mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
increasing user limits for macos (flutter/engine#17097)
This commit is contained in:
parent
bfe0588cba
commit
0a3bbd1f00
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user