X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1c69e0ebdce905564d189b088ddd7a1fb34e510e..3e9db687f9ab18a493b3cdb048e87bb5dff12621:/cookbooks/imagery/resources/site.rb diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index 14cb2842e..41a54b517 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -103,15 +103,15 @@ action :create do systemd_service "mapserv-fcgi-#{new_resource.site}" do description "Map server for #{new_resource.site} layer" environment "MS_MAP_PATTERN" => "^/srv/imagery/mapserver/", - "=" => "0", + "MS_DEBUGLEVEL" => "0", "MS_ERRORFILE" => "stderr", "GDAL_CACHEMAX" => "512" limit_nofile 16384 memory_high "1G" - memory_max "2G" + memory_max "4G" user "imagery" group "imagery" - exec_start "/usr/bin/multiwatch -f 12 --signal=TERM -- /usr/lib/cgi-bin/mapserv" + exec_start "/usr/bin/multiwatch -f 8 --signal=TERM -- /usr/lib/cgi-bin/mapserv" standard_input "socket" private_tmp true private_devices true @@ -119,8 +119,8 @@ action :create do protect_system "full" protect_home true no_new_privileges true - # Terminate service after 5mins. Service is socket activated - runtime_max_sec 300 + # Terminate service after 30mins. Service is socket activated + runtime_max_sec 1800 end systemd_socket "mapserv-fcgi-#{new_resource.site}" do