[vbox-dev] Memory-Question

Frank Mehnert Frank.Mehnert at Sun.COM
Mon Aug 17 11:51:44 GMT 2009


Thomas,

On Sunday 16 August 2009, Thomas Trepper wrote:
> I want to show some menory-information:
>
> * maximum memory (allowed to allocate for the guest)

The algorithm for this check is implemented in the GUI code.
Currently we request the amount of physical installed RAM on
the host and disallow to use more than 75% of it for a VM.
The method 'MemorySize' of 'IHost' returns the amount of
memory installed on the host.

> * currently used memory (by the guest)

This is currently not possible as we don't do any accounting
(yet).

Kind regards,

Frank
-- 
Dr.-Ing. Frank Mehnert    Sun Microsystems, Inc.    www.sun.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20090817/1aee6712/attachment.sig>


More information about the vbox-dev mailing list