Skip to content

Instantly share code, notes, and snippets.

@asaaki
Created October 20, 2014 12:04
Show Gist options
  • Save asaaki/375cc0564640faa5e20e to your computer and use it in GitHub Desktop.
Save asaaki/375cc0564640faa5e20e to your computer and use it in GitHub Desktop.
iex erlang vm args
# http://erlang.org/doc/man/erl.html
# --erl erlang VM attributes/flags
# +A 32 async-threads
# +K true kernel-poll if supported
# +P 524288 max number of simultaneous processes
iex --erl '+A 32 +K true +P 524288'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment