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:
e4152fa
)
try a larger memlimit on sso
author
Peter Palfrader
<peter@palfrader.org>
Thu, 28 May 2015 09:18:05 +0000
(11:18 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 28 May 2015 09:18:05 +0000
(11:18 +0200)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
c56d910
..
9024243
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-57,6
+57,8
@@
class apache2 {
$memlimit = 96 * 1024 * 1024
} elsif has_role('udd') {
$memlimit = 512 * 1024 * 1024
+ } elsif has_role('soo') {
+ $memlimit = 192 * 1024 * 1024
} else {
$memlimit = 64 * 1024 * 1024
}