From: Rich Bowen Date: Tue, 2 Mar 2010 13:46:17 +0000 (+0000) Subject: Tell them how to increase ThreadLimit X-Git-Tag: 2.3.6~410 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80d7a705678f05be1ec25e38bce4bff71b47377c;p=thirdparty%2Fapache%2Fhttpd.git Tell them how to increase ThreadLimit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@918033 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index d69a112b5a9..0099b0c2823 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -613,7 +613,12 @@ Apache

Number of threads created on startup. As the number of threads is dynamically controlled depending on the - load, there is usually little reason to adjust this + load, (see + MinSpareThreads, + MaxSpareThreads, + MinSpareServers, MaxSpareServers) + there is usually little reason to adjust this parameter.

For mpm_netware the default is @@ -663,7 +668,9 @@ and later

There is a hard limit of ThreadLimit 20000 (or ThreadLimit 15000 with mpm_winnt) compiled into the server. This is intended to avoid nasty effects - caused by typos.

+ caused by typos. To increase it even further past this limit, you + will need to modify the value of MAX_THREAD_LIMIT in the mpm + source file and rebuild the server.