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:
2628e08
)
sibelius needs much more RAM for git-http-backend
author
Paul Wise
<pabs@debian.org>
Mon, 1 Jun 2015 13:07:44 +0000
(21:07 +0800)
committer
Paul Wise
<pabs@debian.org>
Mon, 1 Jun 2015 13:07:44 +0000
(21:07 +0800)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
67e6b8b
..
ee631fe
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-52,7
+52,7
@@
class apache2 {
} elsif has_role('qamaster') {
$memlimit = 300 * 1024 * 1024
} elsif has_role('snapshot_master') {
- $memlimit =
300
* 1024 * 1024
+ $memlimit =
1536
* 1024 * 1024
} else {
$memlimit = 192 * 1024 * 1024
}