Skip to content

Commit 77699b7

Browse files
committed
Suggest incrementing log_buffer_size to improve InnoDB Write Log efficiency.
#462
1 parent c20bcbf commit 77699b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mysqltuner.pl

+4
Original file line numberDiff line numberDiff line change
@@ -6538,6 +6538,10 @@ sub mysql_innodb {
65386538
. " hits / "
65396539
. $mystat{'Innodb_log_write_requests'}
65406540
. " total)";
6541+
push( @adjvars,
6542+
"innodb_log_buffer_size (> "
6543+
. hr_bytes_rnd( $myvar{'innodb_log_buffer_size'} )
6544+
. ")" );
65416545
}
65426546
else {
65436547
goodprint "InnoDB Write Log efficiency: "

0 commit comments

Comments
 (0)