Closed
Description
I'm opening this for ideas about solving the EMFILE: too many open files
errors that happen when running the full build on CI.
It seems the OS on CI has a maximum limit of 4096 open files which we pass. I tried using graceful-fs, but the error still happens.
- Initial patch to demonstrate the issue: https://github.com/nodejs/nodejs.org/runs/253355870.
- With graceful-fs: https://github.com/nodejs/nodejs.org/runs/253360046
We'll need to run the full build at some point when we have linkinator run for all locales.
Metadata
Metadata
Assignees
Labels
No labels