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:
Konstantin Raev 2016-02-06 11:44:40 -08:00 committed by facebook-github-bot-2
parent 087eeda616
commit 8c4f644385
1 changed files with 2 additions and 1 deletions

View File

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