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

Write helper function to unlock the number of opened files .... #568

Open
kif opened this issue May 21, 2024 · 0 comments
Open

Write helper function to unlock the number of opened files .... #568

kif opened this issue May 21, 2024 · 0 comments
Labels

Comments

@kif
Copy link
Member

kif commented May 21, 2024

With the size of the experiment increasing, it is common to have 1000000 images in 1000 files ...
thus one encounters a problem with the number of opened files which is limited, at least under unix.

One (half) solution is to set ulimit unlimited as done here :

https://github.com/silx-kit/silx/blob/755fa6d3cbe35e1078f65557f6e9e8352b826da5/src/silx/app/view/main.py#L106-L118

It would be nice to have one helper function that would be available in fabio for doing this.

@kif kif added the Easy label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant