adopt workaround.conf (as limits.conf)
[plewww.git] / httpd / limits.conf
diff --git a/httpd/limits.conf b/httpd/limits.conf
new file mode 100644 (file)
index 0000000..046e0c8
--- /dev/null
@@ -0,0 +1,8 @@
+# for better stability
+StartServers           8
+MinSpareServers                5
+MaxSpareServers                20
+ServerLimit            256
+MaxClients             256
+MaxRequestsPerChild    50
+