From 1e5896704a30a7d40bcbd1d5c65ab0bed415a2a6 Mon Sep 17 00:00:00 2001 From: "Roy T. Fielding" Date: Thu, 26 Aug 1999 05:13:00 +0000 Subject: 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 --- docs/conf/highperformance.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3