diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-08-27 14:28:10 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-27 14:28:10 -0400 |
commit | 0956c38eed2d2fda55af3517e3c874cd4e6b1353 (patch) | |
tree | 5b117144ee63e8aa2b26a29d698adf7a4ce879e8 | |
parent | dc65a18f2a34e69125c46e1db829b5d0cc3fe0fd (diff) |
Erlang shell should not be the default
-rw-r--r-- | rel/overlay/etc/vm.args | 4 |
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 |