raise apache's memory rlimit on the udd host to 512m
[mirror/dsa-puppet.git] / modules / apache2 / manifests / init.pp
index 008dab8..b1abe28 100644 (file)
@@ -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
        }