X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/72fb961e4150856e029b53375c86e7e647026453..9405425891a99d4c42de9ccc68184e152e43ab18:/roles/wiki.rb diff --git a/roles/wiki.rb b/roles/wiki.rb index 7c4bf6380..0c83be4c5 100644 --- a/roles/wiki.rb +++ b/roles/wiki.rb @@ -15,10 +15,14 @@ default_attributes( :max_request_workers => 800, :threads_per_child => 50, :max_connections_per_child => 10000 + }, + :evasive => { + :page_count => 250, + :site_count => 500 } }, :elasticsearch => { - :version => "6.x", + :version => "7.x", :cluster => { :name => "wiki" } @@ -55,7 +59,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" }