it's $php5, not $php
[mirror/dsa-puppet.git] / modules / apache2 / templates / ressource-limits.erb
index 9c4ea58..8ddb673 100644 (file)
@@ -6,11 +6,12 @@
 RLimitCPU 180
 <%=
 case fqdn
+       when "merkel.debian.org" then "" # maybe unlimited will be better
        when "cimarosa.debian.org" then
                # buildd.debian.org
-               "RLimitMEM 96m"
+               "RLimitMEM "+(96 * 1024**2).to_s
        else
-               "RLimitMEM 32m"
+               "RLimitMEM "+(32 * 1024**2).to_s
 end
 %>
 RLimitNPROC 128