Created
October 20, 2014 12:04
-
-
Save asaaki/375cc0564640faa5e20e to your computer and use it in GitHub Desktop.
iex erlang vm args
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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