From: Grant Slater Date: Mon, 10 Sep 2018 23:05:51 +0000 (+0100) Subject: imagery: increase gdal memory allowance X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/9a44b9d826f560fef64b54924313e8e8b589ef5a?hp=d10be359036b13007080d965d45d70da0011a999 imagery: increase gdal memory allowance --- diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index 19d18e5a4..daa517af7 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -103,7 +103,7 @@ action :create do environment "MS_MAP_PATTERN" => "^/srv/imagery/mapserver/", "MS_DEBUGLEVEL" => "0", "MS_ERRORFILE" => "stderr", - "GDAL_CACHEMAX" => "128" + "GDAL_CACHEMAX" => "512" limit_nofile 16384 memory_max "2G" user "imagery"