From 2166e458e74849acf62ca88f8d97236e3f57e3da Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 11 Dec 2024 20:29:15 +0000 Subject: [PATCH] imagery: set mapserver high memory limit --- cookbooks/imagery/resources/site.rb | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.5