Double the amount of memory for the buildd_master
[mirror/dsa-puppet.git] / modules / apache2 / templates / resource-limits.erb
index 48875e5..b6bc329 100644 (file)
@@ -7,7 +7,7 @@ RLimitCPU 180
 <%=
 if scope.lookupvar('site::nodeinfo')['buildd_master'] then
                        # buildd.debian.org
-                       "RLimitMEM "+(96 * 1024**2).to_s
+                       "RLimitMEM "+(192 * 1024**2).to_s
 else
        case fqdn
                when "berlioz.debian.org" then