up apache memlimit
[mirror/dsa-puppet.git] / modules / apache2 / manifests / init.pp
index 875e4ba..bbda120 100644 (file)
@@ -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
        }