From: Daniel Gruno Date: Thu, 21 Feb 2013 11:21:07 +0000 (+0000) Subject: Hard coded ThreadLimit for event is 100,000. X-Git-Tag: 2.4.5~557 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=007b6a7195502d66d2ffdb467e939b62fe9920d4;p=apache Hard coded ThreadLimit for event is 100,000. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1448589 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 503ce93d8a..ee9e35bd93 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -682,6 +682,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