X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d3dc43c96d47c2a49c9a9d2118ae1d3c3d6af02f..3036293edf62100e23b29bd56f3cf5c8a4ff1fc7:/cookbooks/imagery/resources/site.rb?ds=sidebyside diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index adbd8e857..81cc0ec90 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -105,14 +105,16 @@ 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 "8G" + memory_high "12G" + memory_max "12G" user "imagery" group "imagery" exec_start "/usr/bin/multiwatch -f 8 --signal=TERM -- /usr/lib/cgi-bin/mapserv" standard_input "socket" sandbox true + enable_network true restrict_address_families "AF_UNIX" timeout_stop_sec 60 not_if { new_resource.uses_tiler } @@ -153,8 +155,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