search for: innodb_buffer_pool_instances

Displaying 1 result from an estimated 1 matches for "innodb_buffer_pool_instances".

2018 Oct 30
0
Some warnings from SCL's MariaDB
...ot of warnings with mariadb's server from yesterday: InnoDB: page_cleaner: 1000ms intended loop took 10945ms. The settings might not be optimal. According to mysql and mariadb docs, this problem is related to number of page cleaner threads. And it can only set innodb_page_cleaners as high as innodb_buffer_pool_instances. But on the basis of which options should I adjust these two parameters? Regards, C. L. Martinez