summaryrefslogtreecommitdiff
path: root/priv/templates/simplenode.vm.args
diff options
context:
space:
mode:
authorDave Smith <dizzyd@dizzyd.com>2010-01-08 12:16:57 -0700
committerDave Smith <dizzyd@dizzyd.com>2010-01-08 12:16:57 -0700
commitec4e8058989e1e57ce8d547de8c687567c323755 (patch)
tree17bf6ceba225316109fe1539e2b3ddfb9cabf755 /priv/templates/simplenode.vm.args
parent8c4f35a294aad7e950c233612f9ea286fe6228ca (diff)
Adding sketch of functionality for creating a reltool node from template
Diffstat (limited to 'priv/templates/simplenode.vm.args')
-rw-r--r--priv/templates/simplenode.vm.args21
1 files changed, 21 insertions, 0 deletions
diff --git a/priv/templates/simplenode.vm.args b/priv/templates/simplenode.vm.args
new file mode 100644
index 0000000..89c3141
--- /dev/null
+++ b/priv/templates/simplenode.vm.args
@@ -0,0 +1,21 @@
+
+## 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
++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
+