major / MySQLTuner-perl

MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability.
GNU General Public License v3.0
8.99k stars 1.29k forks source link

Bug with Ratio InnoDB redo log capacity / InnoDB Buffer pool size #777

Open AdzerKI opened 7 months ago

AdzerKI commented 7 months ago

In MySQL 8 innodb_redo_log_capacity replaced the outdated ones innodb_log_file_size and innodb_log_files_in_group

But soft calculate old innodb_log_file_size

Bug: [!!] Ratio InnoDB redo log capacity / InnoDB Buffer pool size (0.15625%): 15.0G / 60.0G should be equal to 25%

huangyh10 commented 6 months ago

same in my server: [!!] Ratio InnoDB redo log capacity / InnoDB Buffer pool size (75%): 32.0M / 128.0M should be equal to 25%

Crease29 commented 5 months ago

Duplicate of #714