/rel/files/vm.args
http://github.com/AF83/ucengine · Unknown · 21 lines · 14 code · 7 blank · 0 comment · 0 complexity · 333e7c14cd61bc8f3f74c938311875ea MD5 · raw file
- ## Name of the node
- -name ucengine@127.0.0.1
- ## Cookie for distributed erlang
- -setcookie ucengine
- ## 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
- +K true
- +A 5
- ## Increase number of concurrent ports/sockets
- -env ERL_MAX_PORTS 4096
- ## Tweak GC to run more often
- -env ERL_FULLSWEEP_AFTER 10