From: Stephen Gran Date: Tue, 17 Nov 2009 22:33:52 +0000 (+0000) Subject: up the RLimitMem for hyperestraier X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=b3d844c8b2976e9a46438ac027649e7af355650c;p=mirror%2Fdsa-puppet.git up the RLimitMem for hyperestraier Signed-off-by: Stephen Gran --- diff --git a/modules/apache2/templates/ressource-limits.erb b/modules/apache2/templates/ressource-limits.erb index 66cc04620..82e42776a 100644 --- a/modules/apache2/templates/ressource-limits.erb +++ b/modules/apache2/templates/ressource-limits.erb @@ -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