Closed kshitij-v-mehta closed 3 years ago
The Savanna runtime log shows OSError: [Errno 24] Too many open files for a semi-large run.
OSError: [Errno 24] Too many open files
The issue occurs as the stdout and stderr files are opened in Run._run() but don't seem to be closed.
Run._run()
The Savanna runtime log shows
OSError: [Errno 24] Too many open files
for a semi-large run.The issue occurs as the stdout and stderr files are opened in
Run._run()
but don't seem to be closed.