We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Try to build with 1000 .md files It takes more than 9min to compile and render~~ too too slow
Macbook Pro M.2 2022, the cpu performance is good enough Should be much faster
Looks like the build process is working in 1 thread can we enable multi-workers? e.g Start build.ts in N workers, each build 1/N numbers of pages
No response
The text was updated successfully, but these errors were encountered:
Also the build process would cause memory leak Have to work with --max_old_space_size=8192
--max_old_space_size=8192
Is there any better way to manage node memory? e.g. release objects after compiling/rendering each page
Sorry, something went wrong.
Tested with VitePress, same 1000 .md files
to build and render all files
also fired bug report in #994
Duplicate of #994
No branches or pull requests
Clear and concise description of the problem
Try to build with 1000 .md files
It takes more than 9min to compile and render~~ too too slow
Macbook Pro M.2 2022, the cpu performance is good enough
Should be much faster
Suggested solution
Looks like the build process is working in 1 thread
can we enable multi-workers?
e.g Start build.ts in N workers, each build 1/N numbers of pages
Alternative
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: