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

2048 was not enough :)
This commit is contained in:
Mitch Seaman 2021-10-29 12:24:17 +02:00 committed by GitHub
parent 5d98155b5f
commit d069f0900e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: