Commit 2e3dfebb authored by unknown's avatar unknown
Browse files

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
parent c0e0f57c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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