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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e5896704a30a7d40bcbd1d5c65ab0bed415a2a6;p=apache 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 d5a931359e..2745d724c5 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