-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory #1435
Comments
node --max-old-space-size=3049 my-node-script.js |
With TypeScript
See |
How to increase the size with the docker image? |
I'm still investigating with it and will let you know when I get any update of it by reply this issue. |
Besides, when did you see the error got thrown? What was the operation that triggered this heap OOM? |
I can reproduce this problem at any time. What's your operation that triggered this heap oom? |
Mine was doing |
Close this issue because it seems had been fixed with the latest code. |
Hitting this with the version 2.1.1. |
i tried it but i still got the error |
See
The text was updated successfully, but these errors were encountered: