X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/14aaf5f1b1075092352779a5ae8245dc9e01f432..5aa0401d944d376eff5a5cf2df86f02b10decf05:/cookbooks/imagery/resources/site.rb diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index 10c6fb449..c30c26d95 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -107,8 +107,8 @@ action :create do "GDAL_CACHEMAX" => "512" limit_nofile 16384 limit_cpu 180 - memory_high "1G" - memory_max "2G" + memory_high "512M" + memory_max "1G" user "imagery" group "imagery" exec_start_pre "/bin/rm -f /run/mapserver-fastcgi/layer-#{new_resource.site}-#{index}.socket"