1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +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.


support-files/my-large.cnf.sh:
  Increase bdb_cache_size
support-files/my-medium.cnf.sh:
  Increase bdb_cache_size
This commit is contained in:
unknown
2005-11-11 11:41:23 -08:00
parent c0e0f57c09
commit 2e3dfebb92
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