2010-01-08 19:16:57 +00:00
|
|
|
## Name of the node
|
|
|
|
-name {{nodeid}}@127.0.0.1
|
|
|
|
|
|
|
|
## Cookie for distributed erlang
|
|
|
|
-setcookie {{nodeid}}
|
|
|
|
|
|
|
|
## Heartbeat management; auto-restarts VM if it dies or becomes unresponsive
|
|
|
|
## (Disabled by default..use with caution!)
|
|
|
|
##-heart
|
|
|
|
|
|
|
|
## Enable kernel poll and a few async threads
|
2011-12-21 15:02:21 +00:00
|
|
|
##+K true
|
|
|
|
##+A 5
|
2010-01-08 19:16:57 +00:00
|
|
|
|
|
|
|
## Increase number of concurrent ports/sockets
|
2011-12-21 15:02:21 +00:00
|
|
|
##-env ERL_MAX_PORTS 4096
|
2010-01-08 19:16:57 +00:00
|
|
|
|
|
|
|
## Tweak GC to run more often
|
2011-12-21 15:02:21 +00:00
|
|
|
##-env ERL_FULLSWEEP_AFTER 10
|