]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: set mapserver high memory limit
authorGrant Slater <github@firefishy.com>
Wed, 11 Dec 2024 20:29:15 +0000 (20:29 +0000)
committerGrant Slater <github@firefishy.com>
Wed, 11 Dec 2024 20:29:15 +0000 (20:29 +0000)
cookbooks/imagery/resources/site.rb

index 7137458b3b19313553b17f2b6fbf8d2c2751a3b8..a5f86e1b33a8379b4a909075be51333de0ab3aad 100644 (file)
@@ -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"