]> git.openstreetmap.org Git - chef.git/commitdiff
Tune mysql for matomo on smaug
authorTom Hughes <tom@compton.nu>
Fri, 30 Dec 2022 18:45:39 +0000 (18:45 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 30 Dec 2022 18:45:39 +0000 (18:45 +0000)
roles/matomo.rb

index 3a3836fc3c8d60815058b454dc68444655d00462..1cd95a19632c0048e6aa675d7ebb3bc23820b033 100644 (file)
@@ -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"
       }
     }