Skip to content

Conversation

@Janpot
Copy link
Member

@Janpot Janpot commented Nov 6, 2025

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:
Screenshot 2025-11-07 at 09 38 45

last two days:
Screenshot 2025-11-07 at 09 38 18

@mui-bot
Copy link

mui-bot commented Nov 6, 2025

Netlify deploy preview

https://deploy-preview-47201--material-ui.netlify.app/

Bundle size report

Bundle Parsed size Gzip size
@mui/material 0B(0.00%) 0B(0.00%)
@mui/lab 0B(0.00%) 0B(0.00%)
@mui/system 0B(0.00%) 0B(0.00%)
@mui/utils 0B(0.00%) 0B(0.00%)

Details of bundle changes

Generated by 🚫 dangerJS against 9ff91be

@Janpot Janpot changed the title [code-infra] Add debug for ulimit [code-infra] Fix next.js parallelism at 2 for macos runner Nov 6, 2025
@Janpot Janpot added the scope: code-infra Involves the code-infra product (https://www.notion.so/mui-org/5562c14178aa42af97bc1fa5114000cd). label Nov 6, 2025
@Janpot Janpot marked this pull request as ready for review November 6, 2025 12:27
@Janpot Janpot requested a review from a team November 6, 2025 12:27
@Janpot Janpot merged commit 51de460 into mui:master Nov 6, 2025
22 checks passed
Comment on lines +79 to +85
...(process.env.CI
? {
cpus: process.env.NEXT_PARALLELISM
? parseInt(process.env.NEXT_PARALLELISM, 10)
: os.availableParallelism(),
}
: {}),
Copy link
Contributor

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.

Copy link
Member Author

@Janpot Janpot Nov 7, 2025

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 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope: code-infra Involves the code-infra product (https://www.notion.so/mui-org/5562c14178aa42af97bc1fa5114000cd).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants