summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mpm_common.xml
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2010-03-02 13:46:17 +0000
committerRich Bowen <rbowen@apache.org>2010-03-02 13:46:17 +0000
commit80d7a705678f05be1ec25e38bce4bff71b47377c (patch)
treecead4c9161cd8d690e2e94aba1032a12c369f326 /docs/manual/mod/mpm_common.xml
parentb14c2ac1c905a4babc07899ce442261984d50804 (diff)
downloadhttpd-80d7a705678f05be1ec25e38bce4bff71b47377c.tar.gz
Tell them how to increase ThreadLimit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@918033 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mpm_common.xml')
-rw-r--r--docs/manual/mod/mpm_common.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml
index d69a112b5a..0099b0c282 100644
--- a/docs/manual/mod/mpm_common.xml
+++ b/docs/manual/mod/mpm_common.xml
@@ -613,7 +613,12 @@ Apache</a></seealso>
<usage>
<p>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
+ <directive module="mpm_common">MinSpareThreads</directive>,
+ <directive module="mpm_common">MaxSpareThreads</directive>,
+ <directive module="prefork">MinSpareServers</directive>, <directive
+ module="prefork">MaxSpareServers</directive>)
+ there is usually little reason to adjust this
parameter.</p>
<p>For <module>mpm_netware</module> the default is
@@ -663,7 +668,9 @@ and later</compatibility>
<p>There is a hard limit of <code>ThreadLimit 20000</code> (or
<code>ThreadLimit 15000</code> with <module>mpm_winnt</module>)
compiled into the server. This is intended to avoid nasty effects
- caused by typos.</p>
+ 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.</p>
</note>
</usage>
</directivesynopsis>