summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-03-24 14:25:51 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-03-24 14:25:51 +0000
commit6fc6f37b88852dfe275c8cbf650c24e1a97e916f (patch)
treea70bb88d7ab47d7054b6288cc7681d8f527d73fb
parent5b689301a2a13dd549ed86d236ff26db6e1fae82 (diff)
downloadtrove-setup-6fc6f37b88852dfe275c8cbf650c24e1a97e916f.tar.gz
Set max procs to 32 for both readers and writersbaserock/richardipsum/increase_max_processes
-rw-r--r--etc/lighttpd/morph-cache-httpd.conf4
1 files 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,
)
)
)