Running crush against a large directory tree can result in a "too many open files" error. In my tests this can also result in unexpected findings being emitted. Increasing the file descriptor limit using ulimit -n <large_int> can work around the issue.
Running crush against a large directory tree can result in a "too many open files" error. In my tests this can also result in unexpected findings being emitted. Increasing the file descriptor limit using
ulimit -n <large_int>can work around the issue.