About innodb_log_file_size changing recommendation #408
This commit is contained in:
parent
6aa887d5a5
commit
792b46b03c
1 changed files with 5 additions and 0 deletions
|
@ -5645,6 +5645,11 @@ sub mysql_innodb {
|
|||
)
|
||||
. ") if possible, so InnoDB total log files size equals to 25% of buffer pool size."
|
||||
);
|
||||
if (mysql_version_le(5 ,6 , 2)) {
|
||||
push(
|
||||
@adjvars,
|
||||
"For MySQL 5.6.2 and lower, Max combined innodb_log_file_size should have a ceiling of (4096MB / log files in group) - 1MB.");
|
||||
}
|
||||
push( @generalrec,
|
||||
"Before changing innodb_log_file_size and/or innodb_log_files_in_group read this: https://bit.ly/2TcGgtU"
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue