]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: disable core dumps for mapserver
authorGrant Slater <github@firefishy.com>
Wed, 12 Feb 2025 14:37:37 +0000 (14:37 +0000)
committerGrant Slater <github@firefishy.com>
Wed, 12 Feb 2025 14:37:37 +0000 (14:37 +0000)
cookbooks/imagery/resources/site.rb

index 6a20594c79d2204a017b419c505a4f6017f46e00..7151c68c60ad2fc01d6044a54040820b33e7c9bf 100644 (file)
@@ -112,6 +112,7 @@ action :create do
     limit_nofile 16384
     memory_high "12G"
     memory_max "12G"
+    limit_core 0
     user "imagery"
     group "imagery"
     exec_start "/usr/bin/multiwatch -f 8 --signal=TERM -- /usr/lib/cgi-bin/mapserv"