aboutsummaryrefslogtreecommitdiffstats
path: root/priv/templates/vm_args
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2015-05-08 15:57:05 -0700
committerJordan Wilberding <[email protected]>2015-05-08 15:57:05 -0700
commit2e59b1c95575b3c104cc191e954c82baadc43c6c (patch)
treed18fb57579cb3e58984599bdb2c926db9314d294 /priv/templates/vm_args
parentf8af9f5cd9f70ff43a043fe274dda4e56be82a2d (diff)
parent58fec57db3d99ffb5aefd0d5751d7bbda6762f66 (diff)
downloadrelx-2e59b1c95575b3c104cc191e954c82baadc43c6c.tar.gz
relx-2e59b1c95575b3c104cc191e954c82baadc43c6c.tar.bz2
relx-2e59b1c95575b3c104cc191e954c82baadc43c6c.zip
Merge pull request #339 from tsloughter/mustache
use mustache instead of erlydtl for overlays
Diffstat (limited to 'priv/templates/vm_args')
-rw-r--r--priv/templates/vm_args19
1 files changed, 19 insertions, 0 deletions
diff --git a/priv/templates/vm_args b/priv/templates/vm_args
new file mode 100644
index 0000000..558ce39
--- /dev/null
+++ b/priv/templates/vm_args
@@ -0,0 +1,19 @@
+## Name of the node
+-name {{ rel_name }}@127.0.0.1
+
+## Cookie for distributed erlang
+-setcookie {{ rel_name }}
+
+## 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