summaryrefslogtreecommitdiff
path: root/rel
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-08-27 14:28:10 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-27 14:28:10 -0400
commit0956c38eed2d2fda55af3517e3c874cd4e6b1353 (patch)
tree5b117144ee63e8aa2b26a29d698adf7a4ce879e8 /rel
parentdc65a18f2a34e69125c46e1db829b5d0cc3fe0fd (diff)
Erlang shell should not be the default
Diffstat (limited to 'rel')
-rw-r--r--rel/overlay/etc/vm.args4
1 files changed, 2 insertions, 2 deletions
diff --git a/rel/overlay/etc/vm.args b/rel/overlay/etc/vm.args
index 29ae50f8..bb143502 100644
--- a/rel/overlay/etc/vm.args
+++ b/rel/overlay/etc/vm.args
@@ -18,5 +18,5 @@
# Start a pool of asynchronous IO threads
+A 16
-# Uncomment this line to disable the interactive Erlang shell
-# +Bd -noinput
+# Comment this line out to enable the interactive Erlang shell on startup
++Bd -noinput