increasing user limits for macos (flutter/engine#17097)

This commit is contained in:
Nurhan Turgut 2020-03-11 12:15:47 -07:00 committed by GitHub
parent bfe0588cba
commit 0a3bbd1f00

View File

@ -57,8 +57,8 @@ KERNEL_NAME=`uname`
if [[ $KERNEL_NAME == *"Darwin"* ]]
then
echo "Running on MacOS. Increase the user limits"
ulimit -n 10000
ulimit -u 2048
ulimit -n 50000
ulimit -u 4096
fi
if [[ "$FELT_USE_SNAPSHOT" == "false" || "$FELT_USE_SNAPSHOT" == "0" ]]; then