﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
15999,RamSize wrong value in VBox.log,Socratis,,"Create a VM. Any will do. Set the memory to a non nice, binary, ""round"" number, for example 3043 MB (I just saw it on a test case, don't blame me). Here's what VBox.log has to say about it:
{{{
RamSize <integer> = 0x00000000be300000 (3 190 816 768, 2 GB)
}}}
Although the RAM is set to 2.97 GB, it is identified as 2 GB. Yes, it is correctly identified to the byte, but it is not correctly identified in the ""human readable"" version. Some sort of lower(), int() conversion? This should be trivial to fix.

And since we're at it, it would make sense to report that value in MB, the same that it is reported everywhere else, like the total host memory or the available host memory.

BTW, I left the VBox version as empty, because this is way older behavior than the current 5.1.6",defect,closed,other,,fixed,"VBox.log, memory, wrong report, guest memory",,other,other
