From: Peter Palfrader Date: Wed, 27 May 2015 12:47:36 +0000 (+0200) Subject: raise apache's memory rlimit on the udd host to 512m X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=d2f6024df26f737b3ab6528499142e0c2c4b3318;p=mirror%2Fdsa-puppet.git raise apache's memory rlimit on the udd host to 512m --- diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index 008dab8bd..b1abe28de 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -51,6 +51,8 @@ class apache2 { $memlimit = 192 * 1024 * 1024 } elsif has_role('nm') { $memlimit = 96 * 1024 * 1024 + } elsif has_role('udd') { + $memlimit = 512 * 1024 * 1024 } else { $memlimit = 32 * 1024 * 1024 }