Skip to content

Commit 413102a

Browse files
authored
Update contribution guide with a note about increasing file handle limit (#769)
1 parent 0a7e9ed commit 413102a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ Tests require runtime dependencies. You can run them with `docker-compose`. Open
4848
$ cd docker/dependencies
4949
$ docker-compose up
5050
```
51+
Before testing on MacOS, make sure you increase the file handle limit:
52+
```
53+
$ ulimit -n 8192
54+
```
5155

5256
Run unit tests:
5357
```bash

0 commit comments

Comments
 (0)