X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f77abe2d0be3c7053c6b18ae262f8915cad298b8..9340a696f8e648e784b30f84a0a00ddd5987b7f3:/cookbooks/imagery/resources/site.rb diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index d8b8e11e6..adbd8e857 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -107,12 +107,14 @@ action :create do "MS_ERRORFILE" => "stderr", "GDAL_CACHEMAX" => "512" limit_nofile 16384 + memory_max "8G" user "imagery" group "imagery" exec_start "/usr/bin/multiwatch -f 8 --signal=TERM -- /usr/lib/cgi-bin/mapserv" standard_input "socket" sandbox true restrict_address_families "AF_UNIX" + timeout_stop_sec 60 not_if { new_resource.uses_tiler } end @@ -152,7 +154,7 @@ action :create do systemd_timer "mapserv-fcgi-#{new_resource.site}-stop" do on_boot_sec "10m" on_unit_inactive_sec "1h" - randomized_delay_sec "10m" + randomized_delay_sec "30m" not_if { new_resource.uses_tiler } end