You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2018/07/18 16:19:45 UTC

[couchdb] 03/03: Force use of SMP enabled BEAM VM, fixes #1296

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch bcrypt
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 16099ab204ed492824b9ff9a54344c886e04cb81
Author: Joan Touzet <jo...@atypical.net>
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