Node running out of Heap Memory #1458
gerrysweeney
started this conversation in
General
Replies: 3 comments
-
Did you try settings |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am afraid not, I moved on from vitepress now because I could not make it work for our use case, this problem was the trigger, but the use of webpack (or whatever is turning all the content into JavaScript) just gets too big on our project. |
Beta Was this translation helpful? Give feedback.
0 replies
-
See this discussion thread
<#1778> which has a link to a
repo with instructions to reproduce.
Thanks
…On Tue, 10 Jan 2023 at 14:50, Eduardo San Martin Morote < ***@***.***> wrote:
Do you have a boiled down repro?
—
Reply to this email directly, view it on GitHub
<#1458 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA23526B7CIFXUSO475BMC3WRXKSVANCNFSM6AAAAAARBUHNZM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to use Vitepress to generate documentation, but it fails on build with a Node.js "Out of Heap Memory" error. It seems to keep everything in memory while building, it never creates the dist folder, consumes over 4Gb of memory and then I get the attached error. Any idea how I can resolve that? and/or can the build process be made more memory efficient?
Beta Was this translation helpful? Give feedback.
All reactions