Debug print output for memory

This commit is contained in:
Jean-Marie RENOUARD 2015-08-17 18:17:15 +02:00
parent b10924a682
commit 4bd54a4f0e

View file

@ -300,6 +300,8 @@ sub os_setup {
$swap_memory = $swap_memory*1024*1024;
}
}
debugprint "Physical Memory: $physical_memory\n"
debugprint "Swap Memory: $swap_memory\n"
chomp($physical_memory);
chomp($swap_memory);
chomp($os);