From: Paul Wise Date: Mon, 1 Jun 2015 12:58:21 +0000 (+0800) Subject: sibelius needs more RAM for git-http-backend X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=2628e0868dfe51ea135788ce1c79184a74c1cac6 sibelius needs more RAM for git-http-backend --- diff --git a/hieradata/common.yaml b/hieradata/common.yaml index eceb2793..f6840f68 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -135,3 +135,5 @@ roles: - lw03.debian.org gobby_debian_org: - gombert.debian.org + snapshot_master: + - sibelius.debian.org diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index 60538d4d..67e6b8ba 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -51,6 +51,8 @@ class apache2 { $memlimit = 512 * 1024 * 1024 } elsif has_role('qamaster') { $memlimit = 300 * 1024 * 1024 + } elsif has_role('snapshot_master') { + $memlimit = 300 * 1024 * 1024 } else { $memlimit = 192 * 1024 * 1024 }