-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
2.4.0 causes OOM errors in docker running node 12.18.2 #50
Comments
Running into the same problem when using the |
Setting |
Please create reproducible test repo, we can't fix something somewhere |
or provide OOM stack as minimum |
As a temp fix, you can try increasing the amount of memory allocated to the node process in the build: |
Should be addressed in #55 |
Can you tell me the file and the file path where to set this? |
@Jayaramstarr the settings is in webpack-config regarding eslint you need to override it. Either using library like https://webpack.js.org/plugins/eslint-webpack-plugin/#threads |
The project uses an ejected create-react-app base.
Expected Behavior
Production build to pass.
Actual Behavior
Production build throws OOM sigkill error.
Code
The text was updated successfully, but these errors were encountered: