X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e3956086c7d1f49f5ed58ce014741dfca2505990..7e52994e42d49a148ab9b1931d79e59f837af8a7:/roles/wiki.rb diff --git a/roles/wiki.rb b/roles/wiki.rb index edb21ab29..be9510f70 100644 --- a/roles/wiki.rb +++ b/roles/wiki.rb @@ -8,7 +8,7 @@ default_attributes( } }, :apache => { - :mpm => "prefork", + :mpm => "event", :timeout => 30, :event => { :server_limit => 32, @@ -18,12 +18,9 @@ default_attributes( } }, :elasticsearch => { - :version => "2.x", + :version => "5.x", :cluster => { :name => "wiki" - }, - :script => { - :disable_dynamic => false } }, :exim => { @@ -52,6 +49,7 @@ default_attributes( :key_buffer_size => "64M", :max_connections => "200", :query_cache_size => "256M", + :query_cache_type => "1", :sort_buffer_size => "8M", :tmp_table_size => "128M" }