From 2628e0868dfe51ea135788ce1c79184a74c1cac6 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Mon, 1 Jun 2015 20:58:21 +0800 Subject: [PATCH] sibelius needs more RAM for git-http-backend --- hieradata/common.yaml | 2 ++ modules/apache2/manifests/init.pp | 2 ++ 2 files changed, 4 insertions(+) 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 } -- 2.39.2