]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
up the RLimitMem for hyperestraier
authorStephen Gran <steve@lobefin.net>
Tue, 17 Nov 2009 22:33:52 +0000 (22:33 +0000)
committerStephen Gran <steve@lobefin.net>
Tue, 17 Nov 2009 22:33:52 +0000 (22:33 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/apache2/templates/ressource-limits.erb

index 66cc046207e4723ce78a63185afac8f81aad885b..82e42776ad5d32f6941961096b1bbfe2c9fc5d68 100644 (file)
@@ -6,6 +6,9 @@
 RLimitCPU 180
 <%=
 case fqdn
+       when "merkel.debian.org" then
+               # search stuff
+               "RLimitMEM "+(128 * 1024**2).to_s
        when "cimarosa.debian.org" then
                # buildd.debian.org
                "RLimitMEM "+(96 * 1024**2).to_s