Merge pull request #780 from vlatan/physical-memory
Fix wrong physical memory
This commit is contained in:
commit
198e0d5a0d
1 changed files with 0 additions and 1 deletions
|
@ -595,7 +595,6 @@ sub os_setup {
|
|||
chomp($physical_memory);
|
||||
chomp($swap_memory);
|
||||
chomp($os);
|
||||
$physical_memory=$opt{forcemem} if (defined($opt{forcemem}) and $opt{forcemem} gt 0);
|
||||
$result{'OS'}{'OS Type'} = $os;
|
||||
$result{'OS'}{'Physical Memory'}{'bytes'} = $physical_memory;
|
||||
$result{'OS'}{'Physical Memory'}{'pretty'} = hr_bytes($physical_memory);
|
||||
|
|
Loading…
Reference in a new issue