From b30ed4162a5ef5299fd16e94d58a406c7f546c1f Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Thu, 7 Oct 2010 17:13:17 +0000 Subject: [PATCH] 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 --- 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 669ef02ca9..c348d54208 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. -- 2.40.0