Change ulimit to 2048 for non root Mac users
Reviewed By: vjeux Differential Revision: D2905603 fb-gh-sync-id: 929e1ff562f6a4903bce55a5255c61c407fa8ad9
This commit is contained in:
parent
087eeda616
commit
8c4f644385
|
@ -5,4 +5,5 @@
|
|||
# LICENSE file in the root directory of this source tree. An additional grant
|
||||
# of patent rights can be found in the PATENTS file in the same directory.
|
||||
|
||||
ulimit -n 4096
|
||||
# 2048 is the max for non root users on Mac
|
||||
ulimit -n 2048
|
||||
|
|
Loading…
Reference in New Issue