From 5629ca5e4f2f4b1e03ecd47f5d29608b8d596f73 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 11 Dec 2024 20:35:11 +0000 Subject: [PATCH] imagery: squeeze mapserver memory more --- cookbooks/imagery/resources/site.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index a5f86e1b3..c25f72168 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -105,9 +105,9 @@ action :create do description "Map server for #{new_resource.site} layer" environment "MS_DEBUGLEVEL" => "0", "MS_ERRORFILE" => "stderr", - "GDAL_CACHEMAX" => "512" + "GDAL_CACHEMAX" => "128" limit_nofile 16384 - memory_high "2G" + memory_high "4G" memory_max "8G" user "imagery" group "imagery" -- 2.39.5