summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <joant@atypical.net>2018-04-29 16:00:18 -0400
committerJoan Touzet <joant@atypical.net>2018-07-18 12:19:05 -0400
commit16099ab204ed492824b9ff9a54344c886e04cb81 (patch)
tree64c0d49abe263f7d73a49419709f0a73dbddd6bc
parent2c6e322d38f28af806bc83da6349c0941c8ee39d (diff)
downloadcouchdb-bcrypt.tar.gz
Force use of SMP enabled BEAM VM, fixes #1296archive/bcryptbcrypt
-rw-r--r--rel/overlay/etc/vm.args3
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