Barelydead / strapi-plugin-populate-deep

A Strapi plugin that makes it easier to populate deep content structures
172 stars 39 forks source link

Memory leak #26

Open aurelienbobenrieth opened 1 year ago

aurelienbobenrieth commented 1 year ago

I am using this plugin as well as strapi-plugin-menus from @mattmillburn.

I actually have a lot of items (~280 items) inside my menu.

I am not able to use:

GET /api/menus/1?nested&populate=deep since it causes my app to crash due to a memory leak.

Here is the heroku error: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory.

george-wb commented 1 year ago

Hey @aurelienbobenrieth we're experiencing the same issue on our project as well on GET /api/sites/{id}?populate=deep hosted on an AWS EC2 server. have you found any solutions or clues? We will report back with anything we find as well. Thanks.

sintj commented 1 year ago

Hi, have you guys figured out something about this? My heroku app keep crashing for this problem..

skwaugh commented 1 year ago

I'm having the same issue

iErcann commented 1 year ago

Same issue here

Adaane commented 11 months ago

Same issue for me, does anyone find a solution ?