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
Help with generation of large blog #710
Comments
@tommy351 看起来是内存泄漏问题 |
I didn't expect this problem before. I'll try to investigate it. |
@tommy351 I think its about EJS/template issue. Memory is leaking. |
I got the "FATAL ERROR: JS Allocation failed - process out of memory" issue too. And I tried to generate again and I find the generation goes slower and slower generally:
@tommy351 Do you need some additional info? I can provide. Thanks! |
@kahwee You can send it to my email. |
Dropped you an email @tommy351 , thanks! |
Same here. 5000+ files. FATAL ERROR: JS Allocation failed - process out of memory |
FYI, this seems to be a problem with the default landscape theme. |
Does using fragment caching help the situation ? |
I guess not since "Landscape is updated and supports Fragment Caching now" and I am running hexo 2.8.2. |
Problem could be with nodejs or core logic. For 5000 posts+pages, other nodejs static site generators (SSG) also crashed. Of course, I think most SSG are not designed for these many posts. Hexo is nice project but if size of your site is preventing you from using it, you may try https://github.com/spf13/hugo (it built my big site in 5 seconds). |
Yeah hexo (or docpad for that matter) don't seem suited for my needs.
|
@antoniocosta hugo is based on golang. No dependencies. Just download one single directly executable file and start using it! |
Please close this issue if you are moving on to another project and not looking to help out. Thank you. |
@jr0cket I left issue open for others who are looking for solution. And about....
If I could help with a fix, I would have sent pull-request rather than opening issue and moving to different project. Anyway, I will close this. |
I got:
For 4000+ posts.
I am moving a wordpress site (atleast trying to move) which has 4000+ posts.
Earlier importer failed but I managed to get exitwp working for me which converted it into jekyll successfully. Then I am trying to generate using jekyll data.
Any ideas or workaround?
The text was updated successfully, but these errors were encountered: