We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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%
The text was updated successfully, but these errors were encountered:
same in my server: [!!] Ratio InnoDB redo log capacity / InnoDB Buffer pool size (75%): 32.0M / 128.0M should be equal to 25%
Sorry, something went wrong.
Duplicate of #714
No branches or pull requests
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%
The text was updated successfully, but these errors were encountered: