Created
October 16, 2013 03:50
-
-
Save stupidbodo/7002421 to your computer and use it in GitHub Desktop.
Erlang R16B01 VM Default Configuration Settings
This file contains hidden or 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
############################## | |
### Flags | |
############################## | |
# SMP support. Options: [enable|auto|disable] | |
-smp | |
############################## | |
### Emulator Flags | |
############################## | |
# Max Number of process. Default: 262144 | |
+P | |
# Kernel Polling. Default: false | |
+K | |
# Number of async threads. Default: 10 | |
+A | |
# Max number of atoms. Default: 1048576 | |
+t | |
############################## | |
### Environment variables | |
############################## | |
# Max ETS Tables. Default: 1400 | |
-env ERL_MAX_ETS_TABLES | |
# Simultaneously open Erlang ports. This is deprecated. Will be remove in R17. Default: Normally 65536 | |
-env ERL_MAX_PORTS | |
## GC interval. Default: Unsure | |
-env ERL_FULLSWEEP_AFTER | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment