Add script to set the correct ulimit on Mac OS (#11247)

This commit is contained in:
Lorenz Meier 2019-02-05 16:19:55 +01:00 committed by Daniel Agar
parent 87993e7335
commit 3d3a98c803
1 changed files with 3 additions and 0 deletions

3
Tools/mac_set_ulimit.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
ulimit -S -n 2048