Skip to content

Instantly share code, notes, and snippets.

@jonathanselander
Created October 12, 2012 14:45
Show Gist options
  • Save jonathanselander/3879554 to your computer and use it in GitHub Desktop.
Save jonathanselander/3879554 to your computer and use it in GitHub Desktop.
[mysqld]
max_connections = 500
key_buffer = 384M
myisam_sort_buffer_size = 64M
join_buffer_size = 1M
read_buffer_size = 1M
sort_buffer_size = 2M
table_cache = 1800
thread_cache_size = 384
tmp_table_size = 64M
max_heap_table_size = 64M
max_allowed_packet = 128M
read_rnd_buffer_size = 524288
bulk_insert_buffer_size = 8M
query_cache_limit = 4M
query_cache_size = 128M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment