Skip to content

Instantly share code, notes, and snippets.

@sherakama
Last active November 21, 2015 00:01
Show Gist options
  • Save sherakama/ff89348885695f2fbe62 to your computer and use it in GitHub Desktop.
Save sherakama/ff89348885695f2fbe62 to your computer and use it in GitHub Desktop.
my.cnf for large sites
# The MySQL server
[mysqld]
key_buffer_size = 384M
max_allowed_packet = 32M
sort_buffer_size = 8M
read_buffer_size = 8M
read_rnd_buffer_size = 64M
myisam_sort_buffer_size = 64M
query_cache_size = 32M
innodb_log_file_size = 100M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50
[mysqldump]
quick
max_allowed_packet = 32M
[myisamchk]
key_buffer_size = 256M
sort_buffer_size = 256M
read_buffer = 64M
write_buffer = 64M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment