-
Notifications
You must be signed in to change notification settings - Fork 484
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
Hexo generate use a lot memory and hangs. #274
Comments
Hey @bigscorpions , do you have any errors? About the speed, it's normal that the default theme is faster because it is very simple. Tranquilpeak is more complex and have more features. |
if I use 'ctrl c' to stop it, Sometimes it is fine, sometimes it will output the error like allocation and out of memory. I am outside so I can not paste the error message. It is not just slow, it will run out of my memory, I mean like 3G more or less. |
I track the output with |
I need the whole stacktrace to help you man. copy it :) |
|
It takes more than a hour there so I stop it. No error message. |
Before I set this:
|
That strange because hexo should not proceed files in About the memory issue, I had a similar problem with node v4, try to upgrade to the v5. |
Yes, after upgrading the node to v5.0, the out of memory issue is gone. Thanks. |
cool. Is it working properly now? |
Can we close it @bigscorpions ? |
Yes, I tried Node v6 and it got the error. I am not sure it is node
problem, but I think it is. Like I said, using node v5.0 solve the
problem. No bias, but Node gets the 'memory probelm' very often. Miss
pelican in python.
|
Configuration
Actual behaviour
When I use
hexo generate
, it just stop there and hexo process used a lot memory. It is fine when I use the default theme and it is very fast.Expected behavior
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: