From 6fc6f37b88852dfe275c8cbf650c24e1a97e916f Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Mon, 24 Mar 2014 14:25:51 +0000 Subject: Set max procs to 32 for both readers and writers --- etc/lighttpd/morph-cache-httpd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/lighttpd/morph-cache-httpd.conf b/etc/lighttpd/morph-cache-httpd.conf index 65b9b22..08d25a9 100644 --- a/etc/lighttpd/morph-cache-httpd.conf +++ b/etc/lighttpd/morph-cache-httpd.conf @@ -26,7 +26,7 @@ $SERVER["socket"] == ":8080" { "socket" => "/var/run/lighttpd/morph-cache-server.socket", "bin-path" => "/usr/bin/morph-cache-server --config=/etc/morph-cache-server.conf", "check-local" => "disable", - "max-procs" => 4, + "max-procs" => 32, ) ) ) @@ -42,7 +42,7 @@ $SERVER["socket"] == ":8081" { "socket" => "/var/run/lighttpd/morph-cache-server-write.socket", "bin-path" => "/usr/bin/morph-cache-server --config=/etc/morph-cache-server-write.conf", "check-local" => "disable", - "max-procs" => 1, + "max-procs" => 32, ) ) ) -- cgit v1.2.1