Skip to content

Instantly share code, notes, and snippets.

@happz
Created May 16, 2012 18:09
Show Gist options
  • Save happz/2712698 to your computer and use it in GitHub Desktop.
Save happz/2712698 to your computer and use it in GitHub Desktop.
join_buffer_size = 8M
query_cache_size = 8M
thread_cache_size = 64
max_connections = 128
table_cache = 256
innodb_file_per_table
innodb_buffer_pool_size = 512M
innodb_additional_mem_pool_size = 512k
innodb_log_file_size = 15M
innodb_log_buffer_size = 1M
innodb_log_files_in_group = 2
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50
innodb_table_locks = 0
innodb_flush_method = O_DIRECT
transaction_isolation = SERIALIZABLE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment