diff options
author | jimw@mysql.com <> | 2005-11-11 11:41:23 -0800 |
---|---|---|
committer | jimw@mysql.com <> | 2005-11-11 11:41:23 -0800 |
commit | eeaecbc2bdcc6cc58abfaa33d0fe8beeb87e4a73 (patch) | |
tree | 299e17c1109a50f2c7a8acd9cb78d43fd39857b0 /support-files/my-large.cnf.sh | |
parent | 5896aa51790aeff552f36036c78feb6c35d5de05 (diff) | |
download | mariadb-git-eeaecbc2bdcc6cc58abfaa33d0fe8beeb87e4a73.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.
Diffstat (limited to 'support-files/my-large.cnf.sh')
-rw-r--r-- | support-files/my-large.cnf.sh | 2 |
1 files changed, 1 insertions, 1 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 |