X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/835edca137f973a73154a40470b3baf7e043eb73..refs/heads/master:/roles/wiki.rb diff --git a/roles/wiki.rb b/roles/wiki.rb index 1e19d9df1..c6cb02000 100644 --- a/roles/wiki.rb +++ b/roles/wiki.rb @@ -14,7 +14,11 @@ default_attributes( :server_limit => 32, :max_request_workers => 800, :threads_per_child => 50, - :max_connections_per_child => 10000 + :max_connections_per_child => 100000 + }, + :evasive => { + :page_count => 400, + :site_count => 500 } }, :elasticsearch => { @@ -55,7 +59,7 @@ default_attributes( :mysqld => { :innodb_buffer_pool_size => "4G", :key_buffer_size => "64M", - :max_connections => "500", + :max_connections => "800", :sort_buffer_size => "8M", :tmp_table_size => "128M" }