-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Out of memory while generating a huge blog #1735
Labels
bug
Something isn't working
Comments
the default memory for nodejs is 514mb. There shouldn't be any issue with setting a higher max_old_space_size afaik |
We've added this to But we may look into why hexo is using so much memory during generation. |
2 tasks
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I imported my Wordpress blog with ~750 posts to default setup of hexo. I got the following error:
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory
In file
/Users/ub/.nvm/versions/node/v5.3.0/lib/node_modules/hexo-cli/bin/hexo
changing#!/usr/bin/env node
to#!/usr/bin/env node --max_old_space_size=8192
worked.It would be great, if there is a way to give memory limit without editing the source.
The text was updated successfully, but these errors were encountered: