Debug print output for memory
This commit is contained in:
parent
b10924a682
commit
4bd54a4f0e
1 changed files with 2 additions and 0 deletions
|
@ -300,6 +300,8 @@ sub os_setup {
|
||||||
$swap_memory = $swap_memory*1024*1024;
|
$swap_memory = $swap_memory*1024*1024;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
debugprint "Physical Memory: $physical_memory\n"
|
||||||
|
debugprint "Swap Memory: $swap_memory\n"
|
||||||
chomp($physical_memory);
|
chomp($physical_memory);
|
||||||
chomp($swap_memory);
|
chomp($swap_memory);
|
||||||
chomp($os);
|
chomp($os);
|
||||||
|
|
Loading…
Reference in a new issue