Skip to content

Commit

Permalink
Properly handle case where burstable and real limit are the same http…
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Aug 21, 2013
1 parent 369bc1a commit 25303ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proc/linux-lib.pl
Expand Up @@ -266,6 +266,7 @@ sub get_memory_info
}
elsif ($memburst && $memburst == $m{'memtotal'}) {
# Same as actual RAM
$memtotal = $memburst;
$memburst = undef;
}
elsif (!$memburst) {
Expand Down

0 comments on commit 25303ca

Please sign in to comment.