-
Notifications
You must be signed in to change notification settings - Fork 19
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
JS heap out of memory #25
Comments
Interesting, I have never encountered this. This looks like a yarn / node thing. I wonder if it is a result of your huge library somehow? |
I see you're running |
Can you give this a try? from within the
|
I'm sure it is! I might have to break it up in a few sublibrairies, but for now I'll keep trying.
No it's just how yarn reports it, I'm simply running
I'm running it again with From here I see the max memory in node.js is set to 512 MB by default. Last bit of info until the command finishes:
|
Yay it worked! I probably wouldn't change the script but would add something about this issue in the readme's installation procedure. |
My thoughts exactly. Thanks a lot for testing this! |
You're welcome, thanks for the great app! Please feel free to close this issue when you want. |
Update the FAQ in the README in v2 |
Hi again,
This is the latest hickup I got. As mentioned in the title, I'm not sure it's really a fussel issue but I document it here for the time being:
Retried, got it again:
From here, it looks like
--max-old-space-size
should be increased to allow more memory usage. I have 2GB of RAM plus 2GB of swap, but the latter could easily be increased to whatever I need to build the site. I'm trying to find where to up this limit in the code but might not be quick about it.The text was updated successfully, but these errors were encountered: