X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a92c80c41d88faa20123f2841cc335c37905f638..93d8307a4128a9903e345ffe1213b9c02ad190e5:/roles/wiki.rb diff --git a/roles/wiki.rb b/roles/wiki.rb index 4357ee17a..9298395af 100644 --- a/roles/wiki.rb +++ b/roles/wiki.rb @@ -7,6 +7,14 @@ default_attributes( :wiki => { :status => :role } } }, + :elasticsearch => { + :cluster => { + :name => "wiki" + }, + :script => { + :disable_dynamic => false + } + }, :exim => { :trusted_users => ["www-data"], :aliases => { @@ -31,9 +39,9 @@ default_attributes( :timeout => 30, :event => { :server_limit => 32, - :max_clients => 800, + :max_request_workers => 800, :threads_per_child => 50, - :max_requests_per_child => 10000 + :max_connections_per_child => 10000 } } )