From: Daniel Gruno Date: Thu, 21 Feb 2013 11:20:29 +0000 (+0000) Subject: Hard coded ThreadLimit for event is 100,000. X-Git-Tag: 2.5.0-alpha~5751 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47470067c7a528990846bdbb4a4d06ccd4939a4a;p=apache Hard coded ThreadLimit for event is 100,000. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1448588 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 3408122633..3b64d87345 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -684,6 +684,7 @@ per child process Note

There is a hard limit of ThreadLimit 20000 (or + ThreadLimit 100000 with event, ThreadLimit 15000 with mpm_winnt) compiled into the server. This is intended to avoid nasty effects caused by typos. To increase it even further past this limit, you