You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The doc folder is less than 10M in size, and more than a half of it's size are images. So I think that vuepress should have the ability to build it with 2GB memory in use.
We should consider that some of the project which is using vuepress to build docs have the need to run on vitual machines with 4GB memory. But now vuepress often use more than 4GB memory itself while building.
I occur the same issue.
We have 158 markdown files.
When using vuepress v0.x, it is fine.
But after upgrade to vuepress v1.x, JS out of memory occurs, even though I set --max_old_space_size=4096
Uh oh!
There was an error while loading. Please reload this page.
It's base on #2221。
The doc folder is less than 10M in size, and more than a half of it's size are images. So I think that vuepress should have the ability to build it with 2GB memory in use.
We should consider that some of the project which is using vuepress to build docs have the need to run on vitual machines with 4GB memory. But now vuepress often use more than 4GB memory itself while building.
Maybe some optimization is needed.
A demo here: https://github.com/Mister-Hope/vuepress-stress-test
It is falling on CI with the default command
vuepress build
The text was updated successfully, but these errors were encountered: