From: Alex Dehnert Date: Thu, 8 Nov 2012 06:54:04 +0000 (-0500) Subject: Decrease MaxClients to avoid swapping X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=f5e64ef948468222ba3a5a9d53a7452fa3d2cc1b;p=sysconfig%2Fapache2.git Decrease MaxClients to avoid swapping --- diff --git a/apache2.conf b/apache2.conf index 318d530..4ea6963 100644 --- a/apache2.conf +++ b/apache2.conf @@ -99,7 +99,7 @@ KeepAliveTimeout 5 StartServers 2 MinSpareServers 1 MaxSpareServers 5 - MaxClients 50 + MaxClients 10 MaxRequestsPerChild 0