[MDEV-21203] Bad value for the variable "Buffer pool size" Created: 2019-12-03 Updated: 2023-04-14 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Configuration, Storage Engine - InnoDB |
| Affects Version/s: | 10.3.18 |
| Fix Version/s: | 10.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Philippe Genonceaux | Assignee: | Marko Mäkelä |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | buffer, innodb, size | ||
| Environment: |
Linux 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64 GNU/Linux |
||
| Issue Links: |
|
||||||||
| Description |
|
Values are good with the following commands : MariaDB [nextcloud]> SHOW GLOBAL VARIABLES LIKE "innodb_buffer_pool_chunk_size"; MariaDB [nextcloud]> SHOW GLOBAL VARIABLES LIKE "innodb_buffer_pool_size"; MariaDB [nextcloud]> SHOW GLOBAL VARIABLES LIKE "innodb_buffer_pool_instances"; Values are not good when we check with the command "show engine innodb status\g" : BUFFER POOL AND MEMORY INDIVIDUAL BUFFER POOL INFO The value of each instance is 49 MB instead of 768 MB |