Created
July 27, 2011 21:05
-
-
Save arreyder/1110368 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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