Decrease MaxClients to avoid swapping
[sysconfig/apache2.git] / apache2.conf
index 318d5303c455b63dff8344bf4d33f1ff666ee1d4..4ea69636f04a05a398106c92b87ae7f29cc3a56d 100644 (file)
@@ -99,7 +99,7 @@ KeepAliveTimeout 5
     StartServers          2
     MinSpareServers       1
     MaxSpareServers       5
-    MaxClients           50
+    MaxClients           10
     MaxRequestsPerChild   0
 </IfModule>