]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
try this
authorMartin Zobel-Helas <zobel@debian.org>
Sat, 12 Oct 2013 12:04:13 +0000 (14:04 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Sat, 12 Oct 2013 12:04:13 +0000 (14:04 +0200)
modules/apache2/templates/resource-limits.erb

index e8d0ddc59d37bf6bc5bdd8fda9dcbd1b02b58647..f0f4581434477896e873c290b1b41d71a1af6678 100644 (file)
@@ -12,7 +12,9 @@ else
        case fqdn
                when "berlioz.debian.org" then
                        ""
-               when "tchaikovsky.debian.org,quantz.debian.org" then
+               when "tchaikovsky.debian.org" then
+                       "RLimitMEM "+(96 * 1024**2).to_s
+               when "quantz.debian.org" then
                        "RLimitMEM "+(96 * 1024**2).to_s
                else
                        "RLimitMEM "+(32 * 1024**2).to_s