-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
[code-infra] Fix next.js parallelism at 2 for macos runner #47201
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
Conversation
Netlify deploy previewhttps://deploy-preview-47201--material-ui.netlify.app/ Bundle size report
|
| ...(process.env.CI | ||
| ? { | ||
| cpus: process.env.NEXT_PARALLELISM | ||
| ? parseInt(process.env.NEXT_PARALLELISM, 10) | ||
| : os.availableParallelism(), | ||
| } | ||
| : {}), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will also need to be add to @mui/internal-docs-infra codebase to apply to other repos.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just did in mui/mui-public#885 🙂
Keep getting more EMFILE issues since we moved it to 3. e.g. https://github.com/mui/material-ui/actions/runs/19129475786/job/54666498053
Also logging the export details file for next time it fails, so we can maybe pinpoint the exact culprit.
Some numbers:
previous week:

last two days:
