diff options
author | Elena Stepanova <elenst@montyprogram.com> | 2018-03-03 01:59:52 +0200 |
---|---|---|
committer | Elena Stepanova <elenst@montyprogram.com> | 2018-03-03 01:59:52 +0200 |
commit | 8f98835bb86550a68a6c412d8417cc169dfdc206 (patch) | |
tree | cdf3bf2c07a970ebe20073fdb4f16ecd9780ed91 /support-files/my-medium.cnf.sh | |
parent | d0cc7a52255fd39dda8b73828e26d3541e0b0c64 (diff) | |
download | mariadb-git-8f98835bb86550a68a6c412d8417cc169dfdc206.tar.gz |
MDEV-15448 Remove "innodb_additional_mem_pool_size" setting from my-innodb-heavy-4G.cnf file
Diffstat (limited to 'support-files/my-medium.cnf.sh')
-rw-r--r-- | support-files/my-medium.cnf.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/support-files/my-medium.cnf.sh b/support-files/my-medium.cnf.sh index 19ab8dfb151..77d60b5d724 100644 --- a/support-files/my-medium.cnf.sh +++ b/support-files/my-medium.cnf.sh @@ -123,7 +123,6 @@ server-id = 1 # You can set .._buffer_pool_size up to 50 - 80 % # of RAM but beware of setting memory usage too high #innodb_buffer_pool_size = 16M -#innodb_additional_mem_pool_size = 2M # Set .._log_file_size to 25 % of buffer pool size #innodb_log_file_size = 5M #innodb_log_buffer_size = 8M |