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:
d2f6024
)
apache: change default memory rlimit to 64m
author
Peter Palfrader
<peter@palfrader.org>
Wed, 27 May 2015 14:53:43 +0000
(16:53 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 27 May 2015 14:53:50 +0000
(16:53 +0200)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
b1abe28
..
a3d2fd4
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-54,7
+54,7
@@
class apache2 {
} elsif has_role('udd') {
$memlimit = 512 * 1024 * 1024
} else {
- $memlimit =
32
* 1024 * 1024
+ $memlimit =
64
* 1024 * 1024
}
apache2::config { 'resource-limits':