Rollup probably is too hungry in large projects #379
AndreyYolkin
started this conversation in
General
Replies: 1 comment
-
May be it's related with old nitropack again. In that case I'll wait for #324 |
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
-
Hi everyone, I don't know if it's worth putting it in an issue, or may be it's only my problem with a code.
I have an application which outputs 40 chunks after 1st building stage
And the second stage is failing every time I launch the
nuxi build
command.It results in something like:
This is output from WSL with Ubuntu, However, Windows told the same thing, but with
Allocation failed - JavaScript heap out of memory ...
message. Only with --max-old-space-size=8192 the 2nd stage of build is passing.May be there are some ways to reduce rollup RAM requirements? Because this is not the whole application yet
Beta Was this translation helpful? Give feedback.
All reactions