blob: a2ec28a3d01ac8221bdd8cbbfa2d2ce706eec7f5 [file] [log] [blame]
Harald Welte5882a9b2011-02-09 13:12:46 +01001
2## Name of the node
3-name osmo@127.0.0.1
4
5## Cookie for distributed erlang
6-setcookie osmo
7
8## Heartbeat management; auto-restarts VM if it dies or becomes unresponsive
9## (Disabled by default..use with caution!)
10##-heart
11
12## Enable kernel poll and a few async threads
13+K true
14+A 5
15
16## Increase number of concurrent ports/sockets
17-env ERL_MAX_PORTS 4096
18
19## Tweak GC to run more often
20-env ERL_FULLSWEEP_AFTER 10
21