From 007b6a7195502d66d2ffdb467e939b62fe9920d4 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Thu, 21 Feb 2013 11:21:07 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mpm_common.xml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0