This is an automated email from the ASF dual-hosted git repository. wohali pushed a commit to tag archive/bcrypt in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 16099ab204ed492824b9ff9a54344c886e04cb81 Author: Joan Touzet <[email protected]> AuthorDate: Sun Apr 29 16:00:18 2018 -0400 Force use of SMP enabled BEAM VM, fixes #1296 --- rel/overlay/etc/vm.args | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rel/overlay/etc/vm.args b/rel/overlay/etc/vm.args index acb4571..46f3063 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
