From: Greg Ames Date: Thu, 15 Jan 2004 15:42:38 +0000 (+0000) Subject: bump MAX_SERVER_LIMIT by 10x (hoping to stay ahead of Moore's Law for a little X-Git-Tag: pre_ajp_proxy~797 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1dc72a2ff67aea768987007e17538ea6b0f5508b;p=apache bump MAX_SERVER_LIMIT by 10x (hoping to stay ahead of Moore's Law for a little while) since the current limit is too small for at least one high end site. Submitted by: Colm MacCarthaigh [colm stdlib.net] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102347 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index 109db65cb5..b07164a82a 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -123,7 +123,7 @@ * some sort of compile-time limit to help catch typos. */ #ifndef MAX_SERVER_LIMIT -#define MAX_SERVER_LIMIT 20000 +#define MAX_SERVER_LIMIT 200000 #endif #ifndef HARD_THREAD_LIMIT