whateverable icon indicating copy to clipboard operation
whateverable copied to clipboard

“too many open files”

Open AlexDaniel opened this issue 8 years ago • 2 comments

This happened a couple of times with committable (after running for a couple of days):

Unhandled exception in code scheduled on thread 22
Unhandled exception in code scheduled on thread 29
too many open files

too many open files

AlexDaniel avatar Apr 26 '17 23:04 AlexDaniel

Note that Proc, Proc::Async, and IO::Path.dir are some of the non-obvious places where you could be exhausting the open file limit.

zoffixznet avatar May 13 '17 13:05 zoffixznet

To add a test for this we probably want to have another test in the end set. The test could just look at the process with lsof or something, and test that this number is less than some amount.

AlexDaniel avatar Feb 02 '18 11:02 AlexDaniel