Replies: 2 comments 1 reply
-
You could maybe try increasing the heap memory size as mentioned here: Aside from that, there are a few other issues mentioning this that may or may not be helpful. |
Beta Was this translation helpful? Give feedback.
-
I had the same bug and after hours of digging found the error in my code. It was an infinite loop caused by a mistake in the JWT tokens and authentication flow, where a condition triggered the token function to repeat endlessly, eventually consuming all the memory. That is why increasing memory also didn't work. The cause might be different for you, but just a tip: check your code for infinite loops. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Was wondering where I can dig in to get more information on this Ineffective mark-compacts heap error:
The only thing I can think of is that I use a long maxInactive age:
But would that actually be the reason if I'm only really working on 1 or 2 pages? The error usually comes about after 2-3 days.
Beta Was this translation helpful? Give feedback.
All reactions