diff options
Diffstat (limited to 'support-files/my-huge.cnf.sh')
-rw-r--r-- | support-files/my-huge.cnf.sh | 4 |
1 files changed, 3 insertions, 1 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/ |