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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: