]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: increase mapserv memory limit
authorGrant Slater <github@firefishy.com>
Tue, 28 Jan 2025 16:59:17 +0000 (16:59 +0000)
committerGrant Slater <github@firefishy.com>
Tue, 28 Jan 2025 16:59:17 +0000 (16:59 +0000)
cookbooks/imagery/resources/site.rb

index a7208a6259791c630dcf9850618beb9f2e2fc858..5eddb448c47d6a6356297cf75367b5171d482926 100644 (file)
@@ -107,8 +107,8 @@ action :create do
                 "MS_ERRORFILE" => "stderr",
                 "GDAL_CACHEMAX" => "128"
     limit_nofile 16384
-    memory_high "6G"
-    memory_max "8G"
+    memory_high "12G"
+    memory_max "12G"
     user "imagery"
     group "imagery"
     exec_start "/usr/bin/multiwatch -f 8 --signal=TERM -- /usr/lib/cgi-bin/mapserv"