Skip to content

Commit

Permalink
Fix too many open files error on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
almirsarajcic committed Sep 20, 2024
1 parent 5fb89c1 commit f3b518c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions priv/static/macOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ install() {
if [ ! -f ~/.kerlrc ]; then
printf "KERL_CONFIGURE_OPTIONS=\"--with-ssl=$(brew --prefix [email protected]) --without-javac\"\n" >~/.kerlrc
fi
ulimit -n 1024
mise use -g -y erlang@$erlang_version
;;
"Homebrew")
Expand Down

0 comments on commit f3b518c

Please sign in to comment.