X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7ebe049da32826028cab723019f14159dfcee8d1..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/wiki.rb diff --git a/roles/wiki.rb b/roles/wiki.rb index acd0cef1c..be9510f70 100644 --- a/roles/wiki.rb +++ b/roles/wiki.rb @@ -8,7 +8,14 @@ default_attributes( } }, :apache => { - :timeout => 30 + :mpm => "event", + :timeout => 30, + :event => { + :server_limit => 32, + :max_request_workers => 800, + :threads_per_child => 50, + :max_connections_per_child => 10000 + } }, :elasticsearch => { :version => "5.x",