X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8e648b520141e54bebb0126947d1145760e079d0..42212ce062eb70263237c221de14d6398c37c48b:/roles/matomo.rb diff --git a/roles/matomo.rb b/roles/matomo.rb index 3a3836fc3..f171e437a 100644 --- a/roles/matomo.rb +++ b/roles/matomo.rb @@ -16,11 +16,13 @@ default_attributes( :mysql => { :settings => { :mysqld => { - :innodb_buffer_pool_instances => "64", - :innodb_buffer_pool_size => "64GB", + :innodb_buffer_pool_instances => "128", + :innodb_buffer_pool_size => "128GB", :innodb_flush_log_at_trx_commit => "2", - :innodb_log_file_size => "8GB", - :key_buffer_size => "0" + :innodb_log_file_size => "16GB", + :join_buffer_size => "1GB", + :key_buffer_size => "0", + :max_connections => "64" } } }