This commit is contained in:
parent
76ba3cd149
commit
0e904f2d36
|
@ -22,6 +22,9 @@
|
||||||
## max process numbers
|
## max process numbers
|
||||||
+P 8192
|
+P 8192
|
||||||
|
|
||||||
|
## Sets the maximum number of simultaneously existing ports for this system
|
||||||
|
+Q 8192
|
||||||
|
|
||||||
## max atom number
|
## max atom number
|
||||||
## +t
|
## +t
|
||||||
|
|
||||||
|
@ -29,12 +32,13 @@
|
||||||
## Env
|
## Env
|
||||||
##-------------------------------------------------------------------------
|
##-------------------------------------------------------------------------
|
||||||
|
|
||||||
## Increase number of concurrent ports/sockets
|
## Increase number of concurrent ports/sockets, deprecated in R17
|
||||||
-env ERL_MAX_PORTS 4096
|
-env ERL_MAX_PORTS 8192
|
||||||
|
|
||||||
-env ERTS_MAX_PORTS 4096
|
-env ERTS_MAX_PORTS 8192
|
||||||
|
|
||||||
-env ERL_MAX_ETS_TABLES 1024
|
-env ERL_MAX_ETS_TABLES 1024
|
||||||
|
|
||||||
## Tweak GC to run more often
|
## Tweak GC to run more often
|
||||||
-env ERL_FULLSWEEP_AFTER 1000
|
-env ERL_FULLSWEEP_AFTER 1000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue