From 8dd355224e8731c9d1a77987651fab040fd33b6f Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Fri, 25 Jun 2010 17:59:47 +0000 Subject: Increasing async threadpool. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@958054 13f79535-47bb-0310-9956-ffa450edef68 --- bin/couchdb.tpl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/couchdb.tpl.in') diff --git a/bin/couchdb.tpl.in b/bin/couchdb.tpl.in index a5cd7206..f6dc4090 100644 --- a/bin/couchdb.tpl.in +++ b/bin/couchdb.tpl.in @@ -221,7 +221,7 @@ start_couchdb () { touch $PID_FILE interactive_option="+Bd -noinput" fi - command="%ERL% $interactive_option -sasl errlog_type error +K true \ + command="%ERL% $interactive_option -sasl errlog_type error +K true +A 4 \ -env ERL_LIBS %localerlanglibdir% -couch_ini $start_arguments -s couch" if test "$BACKGROUND" = "true" -a "$RECURSED" = "false"; then $0 $background_start_arguments -b -r $RESPAWN_TIMEOUT -p $PID_FILE \ -- cgit v1.2.3