From: Stefan Fritsch Date: Thu, 7 Oct 2010 17:16:44 +0000 (+0000) Subject: backport of r1005529: X-Git-Tag: 2.2.17~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e677ad7d818debeb174bae956008b4af2d1ac3c;p=thirdparty%2Fapache%2Fhttpd.git backport of r1005529: Document that a ThreadStackSize of 128K or lower will crash on Linux and recommend at least 200K git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1005531 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 7288fcbe231..7da9bf4beef 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -866,7 +866,7 @@ client connections server config mpm_netware mpm_winnt -worker +worker event Available in Apache 2.1 and later @@ -899,7 +899,9 @@ client connections the full set of web server processing can be exercised, as there may be infrequent requests which require more stack to process. A change in the web server configuration can invalidate the - current ThreadStackSize setting. + current ThreadStackSize setting. + On some platforms (including Linux), a setting of 128000 is known to + cause crashes. A value of at least 204800 is recommended.