From 3e1cde239c61cb2059a10473f0693646ccbaf685 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 28 May 2015 11:18:05 +0200 Subject: [PATCH] try a larger memlimit on sso --- 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 c56d91047..902424305 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -57,6 +57,8 @@ class apache2 { $memlimit = 96 * 1024 * 1024 } elsif has_role('udd') { $memlimit = 512 * 1024 * 1024 + } elsif has_role('soo') { + $memlimit = 192 * 1024 * 1024 } else { $memlimit = 64 * 1024 * 1024 } -- 2.20.1