X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d98182d9ec0adc300ab7af989a8127113514f04e..ef193e96760ed795494ffb3812e909c6655dc221:/cookbooks/imagery/resources/site.rb?ds=inline diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index 300800f0a..4fca7bb9a 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -86,7 +86,7 @@ action :create do end layers = Dir.glob("/srv/imagery/layers/#{new_resource.site}/*.yml").collect do |path| - YAML.safe_load(::File.read(path), [Symbol]) + YAML.safe_load(::File.read(path), :permitted_classes => [Symbol]) end declare_resource :template, "/srv/#{new_resource.site}/imagery.js" do @@ -108,19 +108,15 @@ action :create do "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 8 --signal=TERM -- /usr/lib/cgi-bin/mapserv" standard_input "socket" - private_tmp true - private_devices true - private_network true - protect_system "full" - protect_home true - no_new_privileges true - # Terminate service after 5mins. Service is socket activated - runtime_max_sec 300 + sandbox true + restrict_address_families "AF_UNIX" + # Terminate service after 30mins. Service is socket activated + runtime_max_sec 1800 end systemd_socket "mapserv-fcgi-#{new_resource.site}" do