1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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.
This commit is contained in:
jimw@mysql.com
2005-11-11 11:41:23 -08:00
parent 5896aa5179
commit eeaecbc2bd
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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