You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
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.
The text was updated successfully, but these errors were encountered: