-
Notifications
You must be signed in to change notification settings - Fork 110
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
Assess "Too many open files" #9832
Comments
Tips for testing:
|
Some findings:
Starting Ert required ca 440 file handles, irrespective of ensemble count. Running with 1000 sleeping poly-realizations still keeps Ert at roughly 400-500 open file handles when run on LSF, the submission of jobs to the cluster is quick enough to not overlap. Every TCP connection to the compute nodes count as one open file handle (they appear in Running 1000 realizations yields an observable peak of 1200 open file handles for the Ert process, but no OSError "Too many open files" can be observed ..❓ This is contrary to what Hitting |
There is also a hard limit |
In light of #9830 Erts behaviour of open files should be assessed. Some questions:
The text was updated successfully, but these errors were encountered: