]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Double the amount of memory for the buildd_master
authorTollef Fog Heen <tfheen@err.no>
Mon, 16 Sep 2013 21:13:30 +0000 (23:13 +0200)
committerTollef Fog Heen <tfheen@err.no>
Mon, 16 Sep 2013 21:13:40 +0000 (23:13 +0200)
modules/apache2/templates/resource-limits.erb

index 48875e54f63b77e5e3900d81a7364d70a736be25..b6bc329edafea03a75e4b92f8e198246dbdcee66 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