From: Tom Hughes Date: Fri, 30 Dec 2022 18:42:20 +0000 (+0000) Subject: Tune mysql for matomo on smaug X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/8e648b520141e54bebb0126947d1145760e079d0 Tune mysql for matomo on smaug --- diff --git a/roles/matomo.rb b/roles/matomo.rb index 4c99f7a79..3a3836fc3 100644 --- a/roles/matomo.rb +++ b/roles/matomo.rb @@ -16,10 +16,10 @@ default_attributes( :mysql => { :settings => { :mysqld => { - :innodb_buffer_pool_instances => "16", + :innodb_buffer_pool_instances => "64", :innodb_buffer_pool_size => "64GB", :innodb_flush_log_at_trx_commit => "2", - :innodb_log_file_size => "2GB", + :innodb_log_file_size => "8GB", :key_buffer_size => "0" } }