Releem / mysqlconfigurer

Releem is a simple MySQL tuning tool to improve database performance and reduce servers costs.
https://releem.com
GNU General Public License v3.0
254 stars 26 forks source link

innodb_page_cleaners wasn't changed during applying configuration #197

Closed drupaladmin closed 10 months ago

drupaladmin commented 11 months ago

I updated the latest recommendations but your site is still saying that I should apply it.  The change is to increase the innodb_page_cleaners setting to 11.  I checked the z_aiops_mysql.cnf on my server and see this:

innodb_page_cleaners = 11 ### Previous value : 11

So it is listing the 11, but is listing 11 as the previous value instead of 5 (your site is showing that the previous value was 5).

Is something wrong? Or do I just need to wait longer for your site to reflect that I made the update of the settings?  In the past, your site's status seemed to update right away after I made the update live on our server.

drupaladmin commented 11 months ago

We've found the root cause of the problem: innodb_page_cleaners coudn't be greater than innodb_buffer_pool_instances

We've fixed Releem AI system.

The dashboard will be updated in 12 hours.