From 91fe7c1b56bd8ff96c3a94b1d5b9e58b4959ad46 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 21 Jul 2015 16:36:16 +0200 Subject: [PATCH] 512m rlimitmem for apache on dgit_git host --- modules/apache2/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index 41c1403e..3a6050ab 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -47,6 +47,8 @@ class apache2 { if has_role('udd') { $memlimit = 512 * 1024 * 1024 + } elsif has_role('dgit_git') { + $memlimit = 512 * 1024 * 1024 } elsif has_role('sso') { $memlimit = 512 * 1024 * 1024 } elsif has_role('popcon') { -- 2.39.2