Skip to content

Instantly share code, notes, and snippets.

@ramielrowe
Created December 10, 2013 18:40
Show Gist options
  • Save ramielrowe/7895753 to your computer and use it in GitHub Desktop.
Save ramielrowe/7895753 to your computer and use it in GitHub Desktop.
# Set buffer pool size to 50-80% of your computer's memory
innodb_buffer_pool_size=40G
innodb_additional_mem_pool_size=2G
#
# Set the log file size to about 25% of the buffer pool size
innodb_log_file_size=1G
innodb_log_buffer_size=50M
#
innodb_flush_log_at_trx_commit=1
@thomasem
Copy link

disk ext4 formatted SSD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment