-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
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
@next runs out of memory on build, throws JS stacktracke #4902
Comments
It goes up to 1.36 GB of memory usage before terminating. |
I've run into critical issues with next.
=> I'd consider @next branch to be unusable as of today and I've reverted everything to 1.x. |
I think it might be because of UglifyJsPlugin / I can replicate it on 1.x by using UglifyJsPlugin + options from 2.x, even with a mangle-only config:
|
I can't specify the version, but since one of the last npm @next releases, it does the same for me. after overriding UglifyJsPlugin options with |
There is a GENERATE_SOURCEMAP option on the CI env variable that you can disable when building: |
The issue is that @next is using significantly more memory and is much slower compared to 1.x, even with identical Uglifyjs plugin. |
@hyperknot can you please subscribe to #5024 and test the next v2 beta when it comes out? It should be soon. |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs. |
I'm getting this one with @next branch. I'm using:
The text was updated successfully, but these errors were encountered: