From: Stephen Gran Date: Wed, 19 Feb 2014 15:36:01 +0000 (+0000) Subject: up apache memlimit X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=177f0e82a481fb5be545e36af78249c48cd0d89a;p=mirror%2Fdsa-puppet.git up apache memlimit Signed-off-by: Stephen Gran --- diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index 875e4ba01..bbda120fa 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -39,6 +39,8 @@ class apache2 { $memlimit = 96 * 1024 * 1024 } elsif has_role('packagesqamaster') { $memlimit = 192 * 1024 * 1024 + } elsif has_role('nm') { + $memlimit = 96 * 1024 * 1024 } else { $memlimit = 32 * 1024 * 1024 }