]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: increase gdal memory allowance
authorGrant Slater <git@firefishy.com>
Mon, 10 Sep 2018 23:05:51 +0000 (00:05 +0100)
committerGrant Slater <git@firefishy.com>
Mon, 10 Sep 2018 23:05:51 +0000 (00:05 +0100)
cookbooks/imagery/resources/site.rb

index 19d18e5a4500ae1e434d7fed427c169e69728ef3..daa517af7d23ac2fb4818fae7f44df2b738fb7a6 100644 (file)
@@ -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"