From 9a44b9d826f560fef64b54924313e8e8b589ef5a Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 11 Sep 2018 00:05:51 +0100 Subject: [PATCH 1/1] imagery: increase gdal memory allowance --- cookbooks/imagery/resources/site.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.2