]> granicus.if.org Git - apache/commitdiff
Mention that the required ThreadStackSize depends on the modules loaded.
authorStefan Fritsch <sf@apache.org>
Fri, 8 Oct 2010 19:16:35 +0000 (19:16 +0000)
committerStefan Fritsch <sf@apache.org>
Fri, 8 Oct 2010 19:16:35 +0000 (19:16 +0000)
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

docs/manual/mod/mpm_common.xml

index c348d542085721da1dcffd185f29055384fe0675..6d6335a0aec518bb1064bcebf406b52eed5b8666 100644 (file)
@@ -739,11 +739,15 @@ client connections</description>
       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 <directive>ThreadStackSize</directive> setting.
-      On some platforms (including Linux), a setting of 128000 is known to
-      cause crashes. A value of at least 204800 is recommended.</li>
+      The minumum required stack size strongly depends on the modules
+      used, but any change in the web server configuration can invalidate
+      the current <directive>ThreadStackSize</directive> setting.</li>
     </ul>
+
+    <note>It is recommended to not reduce <directive>ThreadStackSize</directive>
+    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.</note>
 </usage>
 </directivesynopsis>