From: Tom Hughes Date: Fri, 30 Dec 2022 18:45:39 +0000 (+0000) Subject: Tune mysql for matomo on smaug X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/7a4250725466736060473eee5bd75cd5457e42de Tune mysql for matomo on smaug --- diff --git a/roles/matomo.rb b/roles/matomo.rb index 3a3836fc3..1cd95a196 100644 --- a/roles/matomo.rb +++ b/roles/matomo.rb @@ -20,6 +20,7 @@ default_attributes( :innodb_buffer_pool_size => "64GB", :innodb_flush_log_at_trx_commit => "2", :innodb_log_file_size => "8GB", + :join_buffer_size => "256KB", :key_buffer_size => "0" } }