2 description "Role applied to all Matomo servers"
 
   9       :max_request_workers => 1000,
 
  10       :threads_per_child => 50,
 
  11       :min_spare_threads => 75,
 
  12       :max_spare_threads => 175,
 
  13       :listen_cores_buckets_ratio => 4
 
  19         :innodb_buffer_pool_instances => "128",
 
  20         :innodb_buffer_pool_size => "128GB",
 
  21         :innodb_flush_log_at_trx_commit => "2",
 
  22         :innodb_log_file_size => "16GB",
 
  23         :join_buffer_size => "1GB",
 
  24         :key_buffer_size => "0",
 
  25         :max_connections => "64"