From 675120593a8226126e9b4cd2d2d28397fd15354f Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Mon, 1 Jun 2015 11:47:14 +0800 Subject: [PATCH] quantz needs more memory for the udd-dehs script --- 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 b37d99053..60538d4d8 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -49,6 +49,8 @@ class apache2 { $memlimit = 512 * 1024 * 1024 } elsif has_role('sso') { $memlimit = 512 * 1024 * 1024 + } elsif has_role('qamaster') { + $memlimit = 300 * 1024 * 1024 } else { $memlimit = 192 * 1024 * 1024 } -- 2.20.1