From f5e64ef948468222ba3a5a9d53a7452fa3d2cc1b Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Thu, 8 Nov 2012 01:54:04 -0500 Subject: [PATCH] Decrease MaxClients to avoid swapping --- apache2.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1