You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2013/02/21 12:21:08 UTC

svn commit: r1448589 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_common.xml

Author: humbedooh
Date: Thu Feb 21 11:21:07 2013
New Revision: 1448589

URL: http://svn.apache.org/r1448589
Log:
Hard coded ThreadLimit for event is 100,000.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_common.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_common.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_common.xml?rev=1448589&r1=1448588&r2=1448589&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_common.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_common.xml Thu Feb 21 11:21:07 2013
@@ -682,6 +682,7 @@ per child process</description>
 
     <note><title>Note</title>
       <p>There is a hard limit of <code>ThreadLimit 20000</code> (or
+      <code>ThreadLimit 100000</code> with <module>event</module>,
       <code>ThreadLimit 15000</code> with <module>mpm_winnt</module>)
       compiled into the server. This is intended to avoid nasty effects
       caused by typos. To increase it even further past this limit, you