X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/81bbf6341bc623265e5d4e6d26cb595ce4808848..2c7afd04966d1845c405f24d317a53ff53089e47:/roles/wiki.rb diff --git a/roles/wiki.rb b/roles/wiki.rb index c4783f78c..0c83be4c5 100644 --- a/roles/wiki.rb +++ b/roles/wiki.rb @@ -15,6 +15,10 @@ default_attributes( :max_request_workers => 800, :threads_per_child => 50, :max_connections_per_child => 10000 + }, + :evasive => { + :page_count => 250, + :site_count => 500 } }, :elasticsearch => { @@ -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" }