From: Peter Palfrader Date: Sun, 15 Sep 2019 13:37:11 +0000 (+0200) Subject: no arithmetic in yaml :( X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=23e5551b818863e5a1bb8d6e3a2050bcb002df3c;p=mirror%2Fdsa-puppet.git no arithmetic in yaml :( --- diff --git a/hieradata/nodes/cgi-grnet-01.debian.org.yaml b/hieradata/nodes/cgi-grnet-01.debian.org.yaml index faf1bba9a..8e45ae1e9 100644 --- a/hieradata/nodes/cgi-grnet-01.debian.org.yaml +++ b/hieradata/nodes/cgi-grnet-01.debian.org.yaml @@ -5,4 +5,5 @@ classes: - roles::dgit_git - roles::search_frontend -apache2::rlimitmem: 512 * 1024 * 1024 +# dgit's git sometimes needs a lot of memory. raise the limit to 512 MB +apache2::rlimitmem: 536870912