[MDEV-26324] innodb_io_capacity_max auto scaled Created: 2021-08-09 Updated: 2021-08-09 Resolved: 2021-08-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Storage Engine - InnoDB |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Michaël de groot | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
On systems with a high innodb_io_capacity (higher then innodb_io_capacity_max, default 2000) it seams that innodb_io_capacity_max is auto scaled. This feature makes a lot of sense, but it seams the documentation does not mention anything about it. Please update the documentation with this. I tested MariaDB 10.3 with innodb_io_capacity = 5k and innodb_io_capacity_max not configured (thus, as the documentation says it should be 2k). The innodb_io_capacity_max was automatically set to 10k. |
| Comments |
| Comment by Ian Gilfillan [ 2021-08-09 ] |
|
https://mariadb.com/kb/en/innodb-system-variables/#innodb_io_capacity and https://mariadb.com/kb/en/innodb-page-flushing/#configuring-the-innodb-io-capacity updated. |