]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: increase memory allowance
authorGrant Slater <github@firefishy.com>
Thu, 23 Jan 2025 13:16:58 +0000 (13:16 +0000)
committerGrant Slater <github@firefishy.com>
Thu, 23 Jan 2025 13:16:58 +0000 (13:16 +0000)
cookbooks/imagery/resources/site.rb

index 5ce7d2b88f6c77ba222a73b14860939f2a868243..a7208a6259791c630dcf9850618beb9f2e2fc858 100644 (file)
@@ -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"