Skip to content

Commit

Permalink
increasing user limits for macos (flutter#17097)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurhan Turgut authored Mar 11, 2020
1 parent f2843b9 commit 9a3016f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/web_ui/dev/felt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a3016f

Please sign in to comment.