From: Roy T. Fielding Date: Thu, 26 Aug 1999 05:13:00 +0000 (+0000) Subject: Reduce default MaxClients for testing MPM. X-Git-Tag: PRE_APR_CHANGES~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e5896704a30a7d40bcbd1d5c65ab0bed415a2a6;p=thirdparty%2Fapache%2Fhttpd.git Reduce default MaxClients for testing MPM. [This file is probably obsolete -- Roy] Submitted by: Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83759 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/highperformance.conf b/docs/conf/highperformance.conf index d5a931359ec..2745d724c51 100644 --- a/docs/conf/highperformance.conf +++ b/docs/conf/highperformance.conf @@ -14,7 +14,7 @@ Port 80 ServerRoot @@ServerRoot@@ DocumentRoot @@ServerRoot@@/htdocs -MaxClients 150 +MaxClients 8 StartServers 5 MinSpareServers 5 MaxSpareServers 10