Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
admin
/
configs
/
class
/
8
/
mysql-5.6
/
//srv/admin/configs/class/8/mysql-5.6/my.cnf
!include /srv/data/.current_db/base/my.cnf # The MySQL server [mysqld] # * Fine Tuning key_buffer_size = 256M max_allowed_packet = 64M table_open_cache = 256 sort_buffer_size = 64M join_buffer_size = 64M read_buffer_size = 2M read_rnd_buffer_size = 8M myisam_sort_buffer_size = 64M thread_stack = 256k thread_cache_size = 8 net_buffer_length = 16K max_connections = 64 # * Query Cache Configuration query_cache_limit = 128K query_cache_size = 8M # * InnoDB innodb_buffer_pool_size = 512M innodb_additional_mem_pool_size = 20M # we don't fsync() logs so we can have a smaller buffers innodb_log_buffer_size = 1M innodb_flush_log_at_trx_commit = 2 innodb_lock_wait_timeout = 50 innodb_thread_concurrency = 8