mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Comment out vm args
This commit is contained in:
parent
0bdda5baa1
commit
e4c427be21
1 changed files with 4 additions and 4 deletions
|
@ -9,11 +9,11 @@
|
||||||
##-heart
|
##-heart
|
||||||
|
|
||||||
## Enable kernel poll and a few async threads
|
## Enable kernel poll and a few async threads
|
||||||
+K true
|
##+K true
|
||||||
+A 5
|
##+A 5
|
||||||
|
|
||||||
## Increase number of concurrent ports/sockets
|
## Increase number of concurrent ports/sockets
|
||||||
-env ERL_MAX_PORTS 4096
|
##-env ERL_MAX_PORTS 4096
|
||||||
|
|
||||||
## Tweak GC to run more often
|
## Tweak GC to run more often
|
||||||
-env ERL_FULLSWEEP_AFTER 10
|
##-env ERL_FULLSWEEP_AFTER 10
|
||||||
|
|
Loading…
Reference in a new issue