]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/imagery/resources/site.rb
Merge remote-tracking branch 'github/pull/741'
[chef.git] / cookbooks / imagery / resources / site.rb
index 5511036c8632f429565b8b097e627ae934679bb9..7151c68c60ad2fc01d6044a54040820b33e7c9bf 100644 (file)
@@ -105,10 +105,14 @@ action :create do
     description "Map server for #{new_resource.site} layer"
     environment "MS_DEBUGLEVEL" => "0",
                 "MS_ERRORFILE" => "stderr",
-                "GDAL_CACHEMAX" => "128"
+                "GDAL_CACHEMAX" => "128",
+                "GDAL_HTTP_TCP_KEEPALIVE" => "YES",
+                "GDAL_HTTP_VERSION" => "2TLS",
+                "GDAL_ENABLE_WMS_CACHE" => "NO"
     limit_nofile 16384
     memory_high "12G"
     memory_max "12G"
+    limit_core 0
     user "imagery"
     group "imagery"
     exec_start "/usr/bin/multiwatch -f 8 --signal=TERM -- /usr/lib/cgi-bin/mapserv"
@@ -154,7 +158,7 @@ action :create do
 
   systemd_timer "mapserv-fcgi-#{new_resource.site}-stop" do
     on_boot_sec "10m"
-    on_unit_inactive_sec "30m"
+    on_unit_inactive_sec "6h"
     randomized_delay_sec "20m"
     not_if { new_resource.uses_tiler }
   end