]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: lower mapserver memory limit master
authorGrant Slater <github@firefishy.com>
Wed, 11 Dec 2024 21:04:08 +0000 (21:04 +0000)
committerGrant Slater <github@firefishy.com>
Wed, 11 Dec 2024 21:04:08 +0000 (21:04 +0000)
cookbooks/imagery/resources/site.rb

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