Merge mysql.com:/home/jimw/my/mysql-4.1-13811
into mysql.com:/home/jimw/my/mysql-4.1-clean
This commit is contained in:
commit
a6aff9ecf9
@ -33,7 +33,7 @@ sort_buffer_size = 2M
|
|||||||
read_buffer_size = 2M
|
read_buffer_size = 2M
|
||||||
read_rnd_buffer_size = 8M
|
read_rnd_buffer_size = 8M
|
||||||
myisam_sort_buffer_size = 64M
|
myisam_sort_buffer_size = 64M
|
||||||
thread_cache = 8
|
thread_cache_size = 8
|
||||||
query_cache_size = 32M
|
query_cache_size = 32M
|
||||||
# Try number of CPU's*2 for thread_concurrency
|
# Try number of CPU's*2 for thread_concurrency
|
||||||
thread_concurrency = 8
|
thread_concurrency = 8
|
||||||
|
@ -128,7 +128,7 @@ join_buffer_size = 8M
|
|||||||
# the amount of thread creations needed if you have a lot of new
|
# the amount of thread creations needed if you have a lot of new
|
||||||
# connections. (Normally this doesn't give a notable performance
|
# connections. (Normally this doesn't give a notable performance
|
||||||
# improvement if you have a good thread implementation.)
|
# improvement if you have a good thread implementation.)
|
||||||
thread_cache = 8
|
thread_cache_size = 8
|
||||||
|
|
||||||
# This permits the application to give the threads system a hint for the
|
# This permits the application to give the threads system a hint for the
|
||||||
# desired number of threads that should be run at the same time. This
|
# desired number of threads that should be run at the same time. This
|
||||||
|
@ -33,7 +33,7 @@ sort_buffer_size = 1M
|
|||||||
read_buffer_size = 1M
|
read_buffer_size = 1M
|
||||||
read_rnd_buffer_size = 4M
|
read_rnd_buffer_size = 4M
|
||||||
myisam_sort_buffer_size = 64M
|
myisam_sort_buffer_size = 64M
|
||||||
thread_cache = 8
|
thread_cache_size = 8
|
||||||
query_cache_size= 16M
|
query_cache_size= 16M
|
||||||
# Try number of CPU's*2 for thread_concurrency
|
# Try number of CPU's*2 for thread_concurrency
|
||||||
thread_concurrency = 8
|
thread_concurrency = 8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user