summaryrefslogtreecommitdiff
path: root/priv/templates/simplenode.vm.args
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-09-16 19:36:04 -0500
committerTristan Sloughter <t@crashfast.com>2014-09-16 19:36:04 -0500
commit884d298291e64fad99f096ee82018b568e0985f2 (patch)
tree2251d30abe9bf5890d2fd7506e74979149307df4 /priv/templates/simplenode.vm.args
parent71d9500997930a43f30bce863e05f3dbaa4fd3f4 (diff)
update templating
Diffstat (limited to 'priv/templates/simplenode.vm.args')
-rw-r--r--priv/templates/simplenode.vm.args19
1 files changed, 0 insertions, 19 deletions
diff --git a/priv/templates/simplenode.vm.args b/priv/templates/simplenode.vm.args
deleted file mode 100644
index 700b15e..0000000
--- a/priv/templates/simplenode.vm.args
+++ /dev/null
@@ -1,19 +0,0 @@
-## 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