diff options
author | Joan Touzet <joant@atypical.net> | 2018-04-29 16:00:18 -0400 |
---|---|---|
committer | Joan Touzet <wohali@users.noreply.github.com> | 2018-04-30 17:56:56 -0400 |
commit | 47a38d3d0c0fff55699632908abd31bf5f0c09e3 (patch) | |
tree | fc4c208d8a6a972bbff2f2af71e44b4c637be2ad | |
parent | 894accb667f4ccff6604d98c8a20087cc1ed1a18 (diff) | |
download | couchdb-47a38d3d0c0fff55699632908abd31bf5f0c09e3.tar.gz |
Force use of SMP enabled BEAM VM, fixes #1296
-rw-r--r-- | rel/overlay/etc/vm.args | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rel/overlay/etc/vm.args b/rel/overlay/etc/vm.args index acb4571b8..46f306368 100644 --- a/rel/overlay/etc/vm.args +++ b/rel/overlay/etc/vm.args @@ -45,3 +45,6 @@ # Comment this line out to enable the interactive Erlang shell on startup +Bd -noinput + +# Force use of the smp scheduler, fixes #1296 +-smp enable |