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:
1cb9ef5
)
raise apache's memory rlimit on the udd host to 512m
author
Peter Palfrader
<peter@palfrader.org>
Wed, 27 May 2015 12:47:36 +0000
(14:47 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 27 May 2015 12:52:42 +0000
(14:52 +0200)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
008dab8
..
b1abe28
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-51,6
+51,8
@@
class apache2 {
$memlimit = 192 * 1024 * 1024
} elsif has_role('nm') {
$memlimit = 96 * 1024 * 1024
+ } elsif has_role('udd') {
+ $memlimit = 512 * 1024 * 1024
} else {
$memlimit = 32 * 1024 * 1024
}