Skip to content

Commit

Permalink
Update contribution guide with a note about increasing file handle li…
Browse files Browse the repository at this point in the history
…mit (#769)
  • Loading branch information
sergeybykov committed Sep 26, 2020
1 parent 0a7e9ed commit 413102a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ Tests require runtime dependencies. You can run them with `docker-compose`. Open
$ cd docker/dependencies
$ docker-compose up
```
Before testing on MacOS, make sure you increase the file handle limit:
```
$ ulimit -n 8192
```

Run unit tests:
```bash
Expand Down

0 comments on commit 413102a

Please sign in to comment.