From: Tom Hughes Date: Sun, 9 Mar 2025 14:43:08 +0000 (+0000) Subject: Increase mysql connection limit for the wiki X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/c37bde0b14664542dc192faa9a051304e4339985 Increase mysql connection limit for the wiki --- diff --git a/roles/wiki.rb b/roles/wiki.rb index 19a31e3db..652726346 100644 --- a/roles/wiki.rb +++ b/roles/wiki.rb @@ -59,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" }