-
Notifications
You must be signed in to change notification settings - Fork 428
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
Builds fail in CI #391
Comments
This doesn't look like a The Try setting the create-react-app build option {
"scripts": {
"build": "react-app-rewired --max-old-space-size=8192 build",
"start": "react-app-rewired --max-old-space-size=8192 start",
"test": "react-app-rewired --max-old-space-size=8192 test"
}
} If that fixes the issue, you'll need to continue to use an increased memory limit for your build. If not, you'll likely need to go through the |
@dawnmist thank for your answer. We have found the problem and working on it to fix. So i am closing this issue since there is no relation with react-app-rewired. |
@pasali Hi, what did you do to fix this? We're running into is as well. |
@jordyvandomselaar the problem was about Terser parallelism. You can disable it either setting
|
Awesome, thank you for the reply! |
In order to fix a frequent OOM issue in the CI, I tried to disable terser parallelism Refs: timarney/react-app-rewired#391 (comment)
In order to fix a frequent OOM issue in the CI, I tried to disable terser parallelism Refs: timarney/react-app-rewired#391 (comment)
In order to fix a frequent OOM issue in the CI, I tried to disable terser parallelism Refs: timarney/react-app-rewired#391 (comment)
In order to fix a frequent OOM issue in the CI, I tried to disable terser parallelism Refs: timarney/react-app-rewired#391 (comment)
We are using CircleCI as CI service and builds keep fails with below exception.
react-app-rewird version= 2.1.3.
The text was updated successfully, but these errors were encountered: