diff options
author | unknown <jimw@mysql.com> | 2005-11-11 11:41:23 -0800 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-11-11 11:41:23 -0800 |
commit | 0ef8feea77d8c9e8b40935184bbcccbc458a930f (patch) | |
tree | 299e17c1109a50f2c7a8acd9cb78d43fd39857b0 /support-files | |
parent | b04aa38dbd248bf391ee0e954a27fa9acf5058d8 (diff) | |
download | mariadb-git-0ef8feea77d8c9e8b40935184bbcccbc458a930f.tar.gz |
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
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/my-large.cnf.sh | 2 | ||||
-rw-r--r-- | support-files/my-medium.cnf.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/support-files/my-large.cnf.sh b/support-files/my-large.cnf.sh index 4dc3f929c48..769684529e7 100644 --- a/support-files/my-large.cnf.sh +++ b/support-files/my-large.cnf.sh @@ -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 diff --git a/support-files/my-medium.cnf.sh b/support-files/my-medium.cnf.sh index 99b6e823f39..7cca12338a2 100644 --- a/support-files/my-medium.cnf.sh +++ b/support-files/my-medium.cnf.sh @@ -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 |