diff --git a/priv/static/macOS.sh b/priv/static/macOS.sh index c33403d6..fb020836 100755 --- a/priv/static/macOS.sh +++ b/priv/static/macOS.sh @@ -83,6 +83,7 @@ install() { if [ ! -f ~/.kerlrc ]; then printf "KERL_CONFIGURE_OPTIONS=\"--with-ssl=$(brew --prefix openssl@1.1) --without-javac\"\n" >~/.kerlrc fi + ulimit -n 1024 mise use -g -y erlang@$erlang_version ;; "Homebrew")