-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Remove --max-old-space-size=4096 from npm build command #4381
Conversation
Looks like it's no longer needed.
Seems it does not work: build failed with out of memory error in node |
Strange it worked locally after the unused dependencies removal. Will verify again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Map visualization test is flaky, but I'll look into it a bit later. Except of this - looks fine 👍
Looks like it's also Node version dependent. I wonder if changing this now will break existing environments for people? :-\ I did stumble at Volta recently, which makes it easy to run the correct Node version per project so maybe it's not a huge deal. @kravets-levko @gabrieldutra @rauchy what Node version you have locally? |
Locally I'm on v11.9, but I don't do local nowadays :) so it's v8.10 |
v8.10 😱 Just use Volta. Takes a minute and you have whatever version you want. |
v10.13.0 |
v12.13.0, I updated a few days ago 🙂 |
It really did! |
I added another npm run command |
What type of PR is this? (check all applicable)
Description
Looks like it's no longer needed.
Related: #4195.