diff options
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/my-huge.cnf.sh | 1 | ||||
-rw-r--r-- | support-files/my-large.cnf.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/support-files/my-huge.cnf.sh b/support-files/my-huge.cnf.sh index ca7c63f8e12..18e926b1400 100644 --- a/support-files/my-huge.cnf.sh +++ b/support-files/my-huge.cnf.sh @@ -33,6 +33,7 @@ sort_buffer_size = 2M read_buffer_size = 2M myisam_sort_buffer_size = 64M thread_cache = 8 +query_cache_size = 32M # Try number of CPU's*2 for thread_concurrency thread_concurrency = 8 diff --git a/support-files/my-large.cnf.sh b/support-files/my-large.cnf.sh index 91a805724d8..2b92dc61053 100644 --- a/support-files/my-large.cnf.sh +++ b/support-files/my-large.cnf.sh @@ -33,6 +33,7 @@ sort_buffer_size = 1M read_buffer_size = 1M myisam_sort_buffer_size = 64M thread_cache = 8 +query_cache_size= 16M # Try number of CPU's*2 for thread_concurrency thread_concurrency = 8 |