Skip to content

Change ulimit of number of opened files

Thomas Vincent requested to merge file-limit into main

This MR set the number of opened files to the maximum. Otherwise, there is a possible issue of too many files opened when e.g., reading a virtual dataset that is composed of thousands of files....

Also fixes a few typos from flake8

Merge request reports