X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f62feff0ce0768b74303be8ec0f939277353cd91..f5d8c34caacb9bf787edf099053f2a1d6406989b:/cookbooks/imagery/resources/site.rb?ds=sidebyside diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index 7137458b3..5ce7d2b88 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -105,9 +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_max "8G" + memory_max "4G" user "imagery" group "imagery" exec_start "/usr/bin/multiwatch -f 8 --signal=TERM -- /usr/lib/cgi-bin/mapserv"