Skip to content

Instantly share code, notes, and snippets.

@arreyder
Created July 27, 2011 21:05
Show Gist options
  • Save arreyder/1110368 to your computer and use it in GitHub Desktop.
Save arreyder/1110368 to your computer and use it in GitHub Desktop.
set global low_priority_updates=1;
set global max_heap_table_size=20971520;
set global query_cache_limit=2097152;
set global query_cache_size=268435456;
set global read_buffer_size=163840;
set global read_rnd_buffer_size=327680;
set global sort_buffer_size=2621430;
set global table_open_cache=768;
set global tmp_table_size=20971520;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment