X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/68e068818d559ef35bdf2a138a93596337828ef9..953568ac810971babd2c310ca6b8e1a0a30793a5:/roles/wiki.rb?ds=inline diff --git a/roles/wiki.rb b/roles/wiki.rb index b7243e293..1e19d9df1 100644 --- a/roles/wiki.rb +++ b/roles/wiki.rb @@ -18,13 +18,12 @@ default_attributes( } }, :elasticsearch => { - :version => "6.x", + :version => "7.x", :cluster => { :name => "wiki" } }, :exim => { - :smarthost_via => "fafnir.openstreetmap.org:26", :trusted_users => %w[www-data wiki], :aliases => { :root => "grant" @@ -56,7 +55,7 @@ default_attributes( :mysqld => { :innodb_buffer_pool_size => "4G", :key_buffer_size => "64M", - :max_connections => "200", + :max_connections => "500", :sort_buffer_size => "8M", :tmp_table_size => "128M" }