VmMemory interface
VmMemory Data.
Properties
| current |
The current memory used by the virtual machine. |
| startup |
The total amount of RAM in the virtual machine, as seen by the guest operating system. For a virtual machine with dynamic memory enabled, this represents the initial memory available at startup. |
Property Details
currentMemoryUsageMB
The current memory used by the virtual machine.
currentMemoryUsageMB?: number
Property Value
number
startupMemoryMB
The total amount of RAM in the virtual machine, as seen by the guest operating system. For a virtual machine with dynamic memory enabled, this represents the initial memory available at startup.
startupMemoryMB?: number
Property Value
number