diff options
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/my-huge.cnf.sh | 4 | ||||
-rw-r--r-- | support-files/my-large.cnf.sh | 4 | ||||
-rw-r--r-- | support-files/my-medium.cnf.sh | 4 | ||||
-rw-r--r-- | support-files/my-small.cnf.sh | 3 |
4 files changed, 11 insertions, 4 deletions
diff --git a/support-files/my-huge.cnf.sh b/support-files/my-huge.cnf.sh index a57014b3979..d3f5740399c 100644 --- a/support-files/my-huge.cnf.sh +++ b/support-files/my-huge.cnf.sh @@ -34,10 +34,12 @@ set-variable = record_buffer=2M set-variable = thread_cache=8 set-variable = thread_concurrency=8 # Try number of CPU's*2 set-variable = myisam_sort_buffer_size=64M -log-update +log-bin +server-id = 1 # Uncomment the following if you are using BDB tables #set-variable = bdb_cache_size=384M +#set-variable = bdb_max_lock=100000 # Point the following paths to different dedicated disks #tmpdir = /tmp/ diff --git a/support-files/my-large.cnf.sh b/support-files/my-large.cnf.sh index 53c8960da96..06a184a3170 100644 --- a/support-files/my-large.cnf.sh +++ b/support-files/my-large.cnf.sh @@ -34,10 +34,12 @@ set-variable = record_buffer=1M set-variable = myisam_sort_buffer_size=64M set-variable = thread_cache=8 set-variable = thread_concurrency=8 # Try number of CPU's*2 -log-update +log-bin +server-id = 1 # Uncomment the following if you are using BDB tables #set-variable = bdb_cache_size=64M +#set-variable = bdb_max_lock=100000 # Point the following paths to different dedicated disks #tmpdir = /tmp/ diff --git a/support-files/my-medium.cnf.sh b/support-files/my-medium.cnf.sh index b66a607d353..0f03f81ce09 100644 --- a/support-files/my-medium.cnf.sh +++ b/support-files/my-medium.cnf.sh @@ -33,10 +33,12 @@ set-variable = table_cache=64 set-variable = sort_buffer=512K set-variable = net_buffer_length=8K set-variable = myisam_sort_buffer_size=8M -log-update +log-bin +server-id = 1 # Uncomment the following if you are using BDB tables #set-variable = bdb_cache_size=4M +#set-variable = bdb_max_lock=10000 # Point the following paths to different dedicated disks #tmpdir = /tmp/ diff --git a/support-files/my-small.cnf.sh b/support-files/my-small.cnf.sh index 844312aa18f..4fedde14f00 100644 --- a/support-files/my-small.cnf.sh +++ b/support-files/my-small.cnf.sh @@ -33,12 +33,13 @@ set-variable = thread_stack=64K set-variable = table_cache=4 set-variable = sort_buffer=64K set-variable = net_buffer_length=2K +server-id = 1 # Uncomment the following if you are NOT using BDB tables #skip-bdb # Uncomment the following if you want to log updates -#log-update +#log-bin [mysqldump] quick |