You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2008/08/22 17:50:23 UTC

svn commit: r688104 - /incubator/couchdb/trunk/bin/couchdb.tpl.in

Author: jan
Date: Fri Aug 22 08:50:23 2008
New Revision: 688104

URL: http://svn.apache.org/viewvc?rev=688104&view=rev
Log:
Enable +K true Erlang VM option. Required for SMP setups. Re-run ./bootstrap to get this one.

Modified:
    incubator/couchdb/trunk/bin/couchdb.tpl.in

Modified: incubator/couchdb/trunk/bin/couchdb.tpl.in
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/bin/couchdb.tpl.in?rev=688104&r1=688103&r2=688104&view=diff
==============================================================================
--- incubator/couchdb/trunk/bin/couchdb.tpl.in (original)
+++ incubator/couchdb/trunk/bin/couchdb.tpl.in Fri Aug 22 08:50:23 2008
@@ -182,7 +182,7 @@
         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)\" \



Re: svn commit: r688104 - /incubator/couchdb/trunk/bin/couchdb.tpl.in

Posted by Ian Miell <ia...@gmail.com>.
I can't answer this definitively, but according to the erl man page:

         +K true | false:
             Enables or disables the kernel poll functionality if the
emulator supports  it.  Default
             is  false  (disabled).  If the emulator does not support
kernel poll, and the +K flag is
             passed to the emulator, a warning is issued at startup.

Ian Miell

On Fri, Aug 22, 2008 at 5:06 PM, Noah Slater <ns...@apache.org> wrote:
> On Fri, Aug 22, 2008 at 03:50:23PM -0000, jan@apache.org wrote:
>> Enable +K true Erlang VM option. Required for SMP setups. Re-run ./bootstrap to get this one.
>
> What are the side effects for non SMP environments?
>
> --
> Noah Slater, http://people.apache.org/~nslater/
>

Re: svn commit: r688104 - /incubator/couchdb/trunk/bin/couchdb.tpl.in

Posted by Noah Slater <ns...@apache.org>.
On Fri, Aug 22, 2008 at 03:50:23PM -0000, jan@apache.org wrote:
> Enable +K true Erlang VM option. Required for SMP setups. Re-run ./bootstrap to get this one.

What are the side effects for non SMP environments?

-- 
Noah Slater, http://people.apache.org/~nslater/