Describe the bug
When I run my javascript builds on Ubuntu images, I get the following error message;
EMFILE: too many open files
Related SO Question;
https://stackoverflow.com/questions/8965606/node-and-error-emfile-too-many-open-files
Area for Triage:
Ubuntu image
Question, Bug, or Feature?:
Bug
Virtual environments affected
Expected behavior
Build shouldn't throw EMFILE: too many open files error.
Actual behavior
Build throws EMFILE: too many open files error.
Increasing the maximum number of open files on OS level should resolve the issue. When I try to add this into the workflow file, I get permission denied.
ulimit -Sn 65536
Did you try this?
sudo ulimit -Sn 65536
@MmtBkn we have implemented a fix and it should be rolled out in 1-2 weeks
@MmtBkn the image has been deployed. Could you check that everything is fine now, please?
Everything works fine, thank you.