From 47470067c7a528990846bdbb4a4d06ccd4939a4a Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Thu, 21 Feb 2013 11:20:29 +0000 Subject: [PATCH] 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 --- 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 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 -- 2.40.0