From: Stefan Fritsch Date: Fri, 8 Oct 2010 19:16:35 +0000 (+0000) Subject: Mention that the required ThreadStackSize depends on the modules loaded. X-Git-Tag: 2.3.9~343 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d38c972e958df163654a3a55973c0799e76f335;p=apache Mention that the required ThreadStackSize depends on the modules loaded. Instead of recommending a value, recommend not to reduce it unless necessary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1005973 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index c348d54208..6d6335a0ae 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -739,11 +739,15 @@ client connections of adjustment should only be made in a test environment which allows 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. - On some platforms (including Linux), a setting of 128000 is known to - cause crashes. A value of at least 204800 is recommended. + The minumum required stack size strongly depends on the modules + used, but any change in the web server configuration can invalidate + the current ThreadStackSize setting. + + It is recommended to not reduce ThreadStackSize + unless a high number of threads per child process is needed. On some + platforms (including Linux), a setting of 128000 is already too low and + causes crashes with some common modules.