We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey there, is there a solution for this? I keep getting this dialog box on starting Sublime Text or creating new files and saving them.
Import Helper FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
I tried to add `"--max-old-space-size=8192" option to the node_bin path but I don't think that works!
Thanks.
The text was updated successfully, but these errors were encountered:
Try set NODE_OPTIONS env https://nodejs.org/api/cli.html#node_optionsoptions
NODE_OPTIONS
set NODE_OPTIONS=--max_old_space_size=8192
It's not good, because it should be global and it will affect other node instances if no override NODE_OPTIONS there
I'll add option node bin in next release
Sorry, something went wrong.
unlight
No branches or pull requests
Hey there, is there a solution for this? I keep getting this dialog box on starting Sublime Text or creating new files and saving them.
I tried to add `"--max-old-space-size=8192" option to the node_bin path but I don't think that works!
Thanks.
The text was updated successfully, but these errors were encountered: