From 7eda2c21390c904cd3e77850c61624f0360a6933 Mon Sep 17 00:00:00 2001
From: Martin Zobel-Helas <zobel@debian.org>
Date: Sat, 20 Aug 2011 21:29:35 +0200
Subject: [PATCH] unlimit berlioz Signed-off-by: Martin Zobel-Helas
 <zobel@debian.org>

---
 modules/apache2/templates/ressource-limits.erb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/modules/apache2/templates/ressource-limits.erb b/modules/apache2/templates/ressource-limits.erb
index e833e5bd..91371488 100644
--- a/modules/apache2/templates/ressource-limits.erb
+++ b/modules/apache2/templates/ressource-limits.erb
@@ -6,7 +6,9 @@
 RLimitCPU 180
 <%=
 case fqdn
-	when "berlioz.debian.org", "grieg.debian.org", "tchaikovsky.debian.org" then
+	when "berlioz.debian.org" then
+		""
+	when "grieg.debian.org", "tchaikovsky.debian.org" then
 		# buildd.debian.org
 		"RLimitMEM "+(96 * 1024**2).to_s
 	else
-- 
2.39.5