From ff3ec8d0d3e4d8b82509cd4cbe0f26d0e9a85b6d Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Fri, 30 Apr 2010 06:09:47 -0400 Subject: [PATCH] We're not that popular... Spawn fewer processes --- apache2.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apache2.conf b/apache2.conf index 3e144c7..a2cca1e 100644 --- a/apache2.conf +++ b/apache2.conf @@ -100,10 +100,10 @@ KeepAliveTimeout 15 # MaxClients: maximum number of server processes allowed to start # MaxRequestsPerChild: maximum number of requests a server process serves - StartServers 5 - MinSpareServers 5 - MaxSpareServers 10 - MaxClients 150 + StartServers 2 + MinSpareServers 1 + MaxSpareServers 5 + MaxClients 50 MaxRequestsPerChild 0 -- 2.34.1