Skip to content
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

“too many open files” #136

Open
AlexDaniel opened this issue Apr 26, 2017 · 2 comments
Open

“too many open files” #136

AlexDaniel opened this issue Apr 26, 2017 · 2 comments
Labels
committable Issues related to Committable bot testneeded Issue is generally resolved but tests were not written yet whateverable Issues affecting the bot framework (and therefore all of the bots)

Comments

@AlexDaniel
Copy link
Member

AlexDaniel commented Apr 26, 2017

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 AlexDaniel added the committable Issues related to Committable bot label Apr 26, 2017
@zoffixznet
Copy link
Contributor

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.

@AlexDaniel AlexDaniel reopened this May 13, 2017
@AlexDaniel AlexDaniel added testneeded Issue is generally resolved but tests were not written yet whateverable Issues affecting the bot framework (and therefore all of the bots) labels May 13, 2017
@AlexDaniel
Copy link
Member Author

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 AlexDaniel added the good first issue Low-hanging fruit (relatively easy issue, good for drive-by contributions) label Feb 2, 2018
@AlexDaniel AlexDaniel removed the good first issue Low-hanging fruit (relatively easy issue, good for drive-by contributions) label Jun 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
committable Issues related to Committable bot testneeded Issue is generally resolved but tests were not written yet whateverable Issues affecting the bot framework (and therefore all of the bots)
Projects
None yet
Development

No branches or pull requests

2 participants