We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 647e5c7 + 171999c commit df81be2Copy full SHA for df81be2
mysqltuner.pl
@@ -608,8 +608,6 @@ sub os_setup {
608
chomp($physical_memory);
609
chomp($swap_memory);
610
chomp($os);
611
- $physical_memory = $opt{forcemem}
612
- if ( defined( $opt{forcemem} ) and $opt{forcemem} gt 0 );
613
$result{'OS'}{'OS Type'} = $os;
614
$result{'OS'}{'Physical Memory'}{'bytes'} = $physical_memory;
615
$result{'OS'}{'Physical Memory'}{'pretty'} = hr_bytes($physical_memory);
0 commit comments