]> git.openstreetmap.org Git - chef.git/commitdiff
Imagery: increase mapserv concurrency
authorGrant Slater <git@firefishy.com>
Sun, 5 Dec 2021 23:18:32 +0000 (23:18 +0000)
committerGrant Slater <git@firefishy.com>
Sun, 5 Dec 2021 23:18:32 +0000 (23:18 +0000)
cookbooks/imagery/resources/site.rb

index 1a1ef97e6b7a303fcf3e882d39b22fbd3095c7da..14cb2842edf304894bb9ae337e9e2e9e2b3db35e 100644 (file)
@@ -111,7 +111,7 @@ action :create do
     memory_max "2G"
     user "imagery"
     group "imagery"
-    exec_start "/usr/bin/multiwatch -f 6 --signal=TERM -- /usr/lib/cgi-bin/mapserv"
+    exec_start "/usr/bin/multiwatch -f 12 --signal=TERM -- /usr/lib/cgi-bin/mapserv"
     standard_input "socket"
     private_tmp true
     private_devices true