You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
522 B

  1. [mysqld]
  2. sync_binlog = 1
  3. innodb_buffer_pool_size = 1G
  4. innodb_log_file_size = 2047M
  5. innodb_flush_log_at_trx_commit = 0
  6. innodb_flush_method = O_DIRECT
  7. innodb_buffer_pool_instances = 8
  8. innodb_thread_concurrency = 8
  9. innodb_io_capacity = 1000
  10. innodb_io_capacity_max = 3000
  11. innodb_buffer_pool_dump_pct = 75
  12. innodb_adaptive_hash_index_parts = 16
  13. innodb_read_io_threads = 16
  14. innodb_write_io_threads = 16
  15. innodb_flush_neighbors = 0
  16. innodb_flushing_avg_loops = 100
  17. innodb_page_cleaners = 8
  18. long_query_time = 0.0
  19. slow_query_log = ON