X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2166e458e74849acf62ca88f8d97236e3f57e3da..50aea11082eaa90bd37593b9c987d38a082f4e1b:/cookbooks/imagery/resources/site.rb diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index a5f86e1b3..5ce7d2b88 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -105,10 +105,9 @@ 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_high "2G" - memory_max "8G" + memory_max "4G" user "imagery" group "imagery" exec_start "/usr/bin/multiwatch -f 8 --signal=TERM -- /usr/lib/cgi-bin/mapserv"