strapi-plugin-populate-deep
strapi-plugin-populate-deep copied to clipboard
Memory leak
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
.
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.
Hi, have you guys figured out something about this? My heroku app keep crashing for this problem..
I'm having the same issue
Same issue here
Same issue for me, does anyone find a solution ?