From 5e677ad7d818debeb174bae956008b4af2d1ac3c Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Thu, 7 Oct 2010 17:16:44 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mpm_common.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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. -- 2.47.3