X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fapache2%2Ftemplates%2Fressource-limits.erb;fp=modules%2Fapache2%2Ftemplates%2Fressource-limits.erb;h=0000000000000000000000000000000000000000;hb=03ca468e0bdcc5c8ee4828fd3c320fe9e5f66c52;hp=48875e54f63b77e5e3900d81a7364d70a736be25;hpb=3b8f94fcfa1c81c94227dcb01dad5a40e21a46d8;p=mirror%2Fdsa-puppet.git diff --git a/modules/apache2/templates/ressource-limits.erb b/modules/apache2/templates/ressource-limits.erb deleted file mode 100644 index 48875e54f..000000000 --- a/modules/apache2/templates/ressource-limits.erb +++ /dev/null @@ -1,22 +0,0 @@ -## -## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE. -## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git -## - -RLimitCPU 180 -<%= -if scope.lookupvar('site::nodeinfo')['buildd_master'] then - # buildd.debian.org - "RLimitMEM "+(96 * 1024**2).to_s -else - case fqdn - when "berlioz.debian.org" then - "" - when "tchaikovsky.debian.org" then - "RLimitMEM "+(96 * 1024**2).to_s - else - "RLimitMEM "+(32 * 1024**2).to_s - end -end -%> -RLimitNPROC 128