X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6a617bb20948addbaf4a09a796be9ff7015757fa..92cda8d6a37fe790bd268bfcd5239803bf69d700:/cookbooks/imagery/resources/site.rb diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index 0d46526ce..7151c68c6 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -107,10 +107,12 @@ action :create do "MS_ERRORFILE" => "stderr", "GDAL_CACHEMAX" => "128", "GDAL_HTTP_TCP_KEEPALIVE" => "YES", - "GDAL_HTTP_VERSION" => "2TLS" + "GDAL_HTTP_VERSION" => "2TLS", + "GDAL_ENABLE_WMS_CACHE" => "NO" limit_nofile 16384 memory_high "12G" memory_max "12G" + limit_core 0 user "imagery" group "imagery" exec_start "/usr/bin/multiwatch -f 8 --signal=TERM -- /usr/lib/cgi-bin/mapserv"