Skip to content

Instantly share code, notes, and snippets.

@kronn
Created March 1, 2011 08:45
Show Gist options
  • Save kronn/848836 to your computer and use it in GitHub Desktop.
Save kronn/848836 to your computer and use it in GitHub Desktop.
the innodb-setting on a production site
# * InnoDB
#
# InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/.
# Read the manual for more InnoDB related options. There are many!
#
innodb_flush_log_at_trx_commit = 2
innodb_buffer_pool_size = 512M
innodb_log_buffer_size = 512M
innodb_additional_mem_pool_size = 64M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment