-
Notifications
You must be signed in to change notification settings - Fork 415
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
1.0+beta18 "Too many open files" error #581
Comments
Can you test with #578 ( |
@dra27 I'm not sure this will make a big difference. Another thing I've been thinking about is that currently we might create too much interleaving in the scheduler. This shouldn't be too hard to fix, basically when a command finishes, we need to invoke the continuation before checking computations waiting for a free job slot. |
@dra27 actually I missed the |
#578 fixes the problem on my side. |
Building core_kernel with jbuilder 1.0+beta18 fails on macos with the following error:
Increasing the file descriptor count to 1024 solves the problem. It seems that jbuilder opens more files now, so the default of 256 is too low.
core_kernel-9805-e7966f.out.txt
The text was updated successfully, but these errors were encountered: