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 | |
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')
-rw-r--r-- | support-files/my-huge.cnf.sh | 1 | ||||
-rw-r--r-- | support-files/my-innodb-heavy-4G.cnf.sh | 7 | ||||
-rw-r--r-- | support-files/my-large.cnf.sh | 1 | ||||
-rw-r--r-- | support-files/my-medium.cnf.sh | 1 | ||||
-rw-r--r-- | support-files/my-small.cnf.sh | 1 |
5 files changed, 0 insertions, 11 deletions
diff --git a/support-files/my-huge.cnf.sh b/support-files/my-huge.cnf.sh index 4e083488285..597e66f2099 100644 --- a/support-files/my-huge.cnf.sh +++ b/support-files/my-huge.cnf.sh @@ -125,7 +125,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 = 384M -#innodb_additional_mem_pool_size = 20M # Set .._log_file_size to 25 % of buffer pool size #innodb_log_file_size = 100M #innodb_log_buffer_size = 8M diff --git a/support-files/my-innodb-heavy-4G.cnf.sh b/support-files/my-innodb-heavy-4G.cnf.sh index 2590ff5ddea..bf9ec7fa147 100644 --- a/support-files/my-innodb-heavy-4G.cnf.sh +++ b/support-files/my-innodb-heavy-4G.cnf.sh @@ -356,13 +356,6 @@ myisam_recover # and speed up some things. #skip-innodb -# Additional memory pool that is used by InnoDB to store metadata -# information. If InnoDB requires more memory for this purpose it will -# start to allocate it from the OS. As this is fast enough on most -# recent operating systems, you normally do not need to change this -# value. SHOW INNODB STATUS will display the current amount used. -innodb_additional_mem_pool_size = 16M - # InnoDB, unlike MyISAM, uses a buffer pool to cache both indexes and # row data. The bigger you set this the less disk I/O is needed to # access data in tables. On a dedicated database server you may set this diff --git a/support-files/my-large.cnf.sh b/support-files/my-large.cnf.sh index 6f8dab0b0e2..50f62e897ea 100644 --- a/support-files/my-large.cnf.sh +++ b/support-files/my-large.cnf.sh @@ -125,7 +125,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 = 256M -#innodb_additional_mem_pool_size = 20M # Set .._log_file_size to 25 % of buffer pool size #innodb_log_file_size = 64M #innodb_log_buffer_size = 8M 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 diff --git a/support-files/my-small.cnf.sh b/support-files/my-small.cnf.sh index 8c78072c0a7..511a48627fd 100644 --- a/support-files/my-small.cnf.sh +++ b/support-files/my-small.cnf.sh @@ -65,7 +65,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 |