From: Grant Slater Date: Thu, 23 Jan 2025 13:16:58 +0000 (+0000) Subject: imagery: increase memory allowance X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/b1f8d5d7d95fb368d714dff636c29272fe7a115b?ds=sidebyside imagery: increase memory allowance --- diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index 5ce7d2b88..a7208a625 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -107,7 +107,8 @@ action :create do "MS_ERRORFILE" => "stderr", "GDAL_CACHEMAX" => "128" limit_nofile 16384 - memory_max "4G" + memory_high "6G" + memory_max "8G" user "imagery" group "imagery" exec_start "/usr/bin/multiwatch -f 8 --signal=TERM -- /usr/lib/cgi-bin/mapserv"