projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fbdc5f
)
Double the amount of memory for the buildd_master
author
Tollef Fog Heen
<tfheen@err.no>
Mon, 16 Sep 2013 21:13:30 +0000
(23:13 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Mon, 16 Sep 2013 21:13:40 +0000
(23:13 +0200)
modules/apache2/templates/resource-limits.erb
patch
|
blob
|
history
diff --git
a/modules/apache2/templates/resource-limits.erb
b/modules/apache2/templates/resource-limits.erb
index
48875e5
..
b6bc329
100644
(file)
--- a/
modules/apache2/templates/resource-limits.erb
+++ b/
modules/apache2/templates/resource-limits.erb
@@
-7,7
+7,7
@@
RLimitCPU 180
<%=
if scope.lookupvar('site::nodeinfo')['buildd_master'] then
# buildd.debian.org
- "RLimitMEM "+(
96
* 1024**2).to_s
+ "RLimitMEM "+(
192
* 1024**2).to_s
else
case fqdn
when "berlioz.debian.org" then