]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/imagery/resources/site.rb
Add IPv6 addresses to dulcy
[chef.git] / cookbooks / imagery / resources / site.rb
index 83926229a50a42bb559283c4f1ef844e63491178..5ce7d2b88f6c77ba222a73b14860939f2a868243 100644 (file)
@@ -105,8 +105,9 @@ action :create do
     description "Map server for #{new_resource.site} layer"
     environment "MS_DEBUGLEVEL" => "0",
                 "MS_ERRORFILE" => "stderr",
-                "GDAL_CACHEMAX" => "512"
+                "GDAL_CACHEMAX" => "128"
     limit_nofile 16384
+    memory_max "4G"
     user "imagery"
     group "imagery"
     exec_start "/usr/bin/multiwatch -f 8 --signal=TERM -- /usr/lib/cgi-bin/mapserv"
@@ -152,8 +153,8 @@ action :create do
 
   systemd_timer "mapserv-fcgi-#{new_resource.site}-stop" do
     on_boot_sec "10m"
-    on_unit_inactive_sec "1h"
-    randomized_delay_sec "30m"
+    on_unit_inactive_sec "30m"
+    randomized_delay_sec "20m"
     not_if { new_resource.uses_tiler }
   end