From: Eric Covener Date: Sun, 9 Jan 2011 23:04:56 +0000 (+0000) Subject: warn about FAQ of trying to decrease thread stack size with ThreadStackSize X-Git-Tag: 2.3.11~249 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0235dbf1b462a30ec39a7cd852f49b6c1ccf3b39;p=thirdparty%2Fapache%2Fhttpd.git warn about FAQ of trying to decrease thread stack size with ThreadStackSize on Linux. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1057049 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 602195335c3..16ac26606be 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -741,6 +741,12 @@ client connections The minimum required stack size strongly depends on the modules used, but any change in the web server configuration can invalidate the current ThreadStackSize setting. + +
  • On Linux, this directive can only be used to increase the default + stack size, as the underlying system call uses the value as a + minimum stack size. The (often large) soft limit for + ulimit -s (8MB if unlimited) is used as the default stack + size.
  • It is recommended to not reduce ThreadStackSize