Commit eeaecbc2 authored by jimw@mysql.com's avatar jimw@mysql.com

Sync suggestions for bdb_cache_size in my-medium.cnf and my-huge.cnf to

be the same as the suggested innodb_buffer_pool_size.
parent 5896aa51
......@@ -115,7 +115,7 @@ server-id = 1
#log-update = /path-to-dedicated-directory/hostname
# Uncomment the following if you are using BDB tables
#bdb_cache_size = 64M
#bdb_cache_size = 256M
#bdb_max_lock = 100000
# Uncomment the following if you are using InnoDB tables
......
......@@ -113,7 +113,7 @@ server-id = 1
#log-update = /path-to-dedicated-directory/hostname
# Uncomment the following if you are using BDB tables
#bdb_cache_size = 4M
#bdb_cache_size = 16M
#bdb_max_lock = 10000
# Uncomment the following if you are using InnoDB tables
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment