diff options
author | Jan Lehnardt <jan@apache.org> | 2008-08-22 15:50:23 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2008-08-22 15:50:23 +0000 |
commit | d57e63bf4580f6a0615d5a4fae81df5bd3e7ea0a (patch) | |
tree | c6e15545ef6f07b942fe37109687954253049d6b | |
parent | 3b27e24cbcc3437568ba9e1a070ae13361c92303 (diff) |
Enable +K true Erlang VM option. Required for SMP setups. Re-run ./bootstrap to get this one.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@688104 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | bin/couchdb.tpl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/couchdb.tpl.in b/bin/couchdb.tpl.in index e4865b53..b4a0c5be 100644 --- a/bin/couchdb.tpl.in +++ b/bin/couchdb.tpl.in @@ -182,7 +182,7 @@ start_couchdb () { start_arguments="$start_arguments \\\"$file\\\"" done command="`%ICU_CONFIG% --invoke` \ - %ERL% $interactive_option -smp auto -sasl errlog_type error \ + %ERL% $interactive_option -smp auto -sasl errlog_type error +K true \ -pa %localerlanglibdir%/couch-%version%/ebin \ %localerlanglibdir%/mochiweb-r82/ebin \ -eval \"application:load(inets)\" \ |