Update number of files that must be open (#41081)

2048 was not enough :)
pull/41089/head
Mitch Seaman 4 years ago committed by GitHub
parent 5d98155b5f
commit d069f0900e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contribute/developer-guide.md

@ -212,7 +212,7 @@ ulimit -a
To change the number of open files allowed, run:
```
ulimit -S -n 2048
ulimit -S -n 4096
```
The number of files needed may be different on your environment. To determine the number of open files needed by `make run`, run:

Loading…
Cancel
Save