Skip to content

Instantly share code, notes, and snippets.

@alexsv
alexsv / gist:7115020
Created October 23, 2013 08:54
inno-db tuning
[mysqld]
innodb_file_per_table
innodb_buffer_pool_size = 5G
innodb_file_io_threads = 4
innodb_lock_wait_timeout = 50
innodb_flush_log_at_trx_commit = 2
innodb_thread_concurrency = 17
innodb_flush_method = O_DIRECT