From: Stefan Fritsch Date: Thu, 7 Oct 2010 17:13:17 +0000 (+0000) Subject: Document that a ThreadStackSize of 128K or lower will crash on Linux and X-Git-Tag: 2.3.9~344 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b30ed4162a5ef5299fd16e94d58a406c7f546c1f;p=thirdparty%2Fapache%2Fhttpd.git 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/trunk@1005529 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 669ef02ca90..c348d542085 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -707,7 +707,7 @@ client connections 65536 on NetWare; varies on other operating systems server config mpm_netware -mpm_winntworker + mpm_winntworkerevent Available in Apache HTTP Server 2.1 and later @@ -740,7 +740,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.