Skip to content

Instantly share code, notes, and snippets.

@wjn
Created June 14, 2015 04:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wjn/9c9785a27ee872512826 to your computer and use it in GitHub Desktop.
Save wjn/9c9785a27ee872512826 to your computer and use it in GitHub Desktop.
Optimized MySql settings (/etc/mysql/my.cnf)
# For 1 GB Linode
max_connections = 75
key_buffer = 32M
max_allowed_packet = 1M
thread_stack = 128K
table_cache = 32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment