projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
c270643
)
Switch ironbelly to worker mpm
author
Tom Hughes
<tom@compton.nu>
Fri, 14 Oct 2016 21:43:50 +0000
(22:43 +0100)
committer
Tom Hughes
<tom@compton.nu>
Fri, 14 Oct 2016 21:44:05 +0000
(22:44 +0100)
roles/planet.rb
patch
|
blob
|
history
diff --git
a/roles/planet.rb
b/roles/planet.rb
index f7ef5717ef6cc710ccac99f6cd4b5ce13a1ade44..889f0bb0e90df79836e185a6e4b92e78a55088a3 100644
(file)
--- a/
roles/planet.rb
+++ b/
roles/planet.rb
@@
-37,15
+37,14
@@
default_attributes(
}
},
:apache => {
- :mpm => "
event
",
+ :mpm => "
worker
",
:keepalive => true,
:event => {
:server_limit => 20,
:max_request_workers => 1000,
:threads_per_child => 50,
:min_spare_threads => 75,
- :max_spare_threads => 525,
- :async_request_worker_factor => 4
+ :max_spare_threads => 525
}
}
)