From: Paul Wise Date: Mon, 1 Jun 2015 03:47:14 +0000 (+0800) Subject: quantz needs more memory for the udd-dehs script X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=675120593a8226126e9b4cd2d2d28397fd15354f;p=mirror%2Fdsa-puppet.git quantz needs more memory for the udd-dehs script --- 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 }