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
Build crashes with "JavaScript heap out of memory" error. Happening since #6896. Rollup was expected to be slow, but not enough to crash.
Memory usage for vite build climbs to 3.9GB before crash - it probably jumps before crash but hard to pin down (compared to 1.8GB with esbuild).
I also see some Circular dependency warnings, which aren't seen with esbuild.
Reproduction
It's hard to reproduce as I'm not sure what to include and what not to: the project is large-ish with roughly 75 routes. It uses of postcss/tailwindcss and firebase. I'll try to add a reproduction if it'll be helpful.
Describe the bug
Build crashes with "JavaScript heap out of memory" error. Happening since #6896. Rollup was expected to be slow, but not enough to crash.
Memory usage for
vite build
climbs to 3.9GB before crash - it probably jumps before crash but hard to pin down (compared to 1.8GB with esbuild).I also see some Circular dependency warnings, which aren't seen with esbuild.
Reproduction
It's hard to reproduce as I'm not sure what to include and what not to: the project is large-ish with roughly 75 routes. It uses of postcss/tailwindcss and firebase. I'll try to add a reproduction if it'll be helpful.
Logs
System Info
Severity
blocking an upgrade
Additional Information
Works fine with
@sveltejs/adapter-node
:1.0.0-next.92
The text was updated successfully, but these errors were encountered: