From: Grant Slater Date: Wed, 11 Dec 2024 20:29:15 +0000 (+0000) Subject: imagery: set mapserver high memory limit X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/2166e458e74849acf62ca88f8d97236e3f57e3da imagery: set mapserver high memory limit --- diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index 7137458b3..a5f86e1b3 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -107,6 +107,7 @@ action :create do "MS_ERRORFILE" => "stderr", "GDAL_CACHEMAX" => "512" limit_nofile 16384 + memory_high "2G" memory_max "8G" user "imagery" group "imagery"