VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfig interface
Dynamic memory config
Properties
| maximum |
Maximum memory in MB |
| minimum |
Minimum memory in MB |
| target |
Defines the amount of extra memory that should be reserved for a virtual machine instance at runtime, as a percentage of the total memory that the virtual machine instance is thought to need. This only applies to virtual systems with dynamic memory enabled. This property can be in the range of 5 to 2000. |
Property Details
maximumMemoryMB
Maximum memory in MB
maximumMemoryMB?: number
Property Value
number
minimumMemoryMB
Minimum memory in MB
minimumMemoryMB?: number
Property Value
number
targetMemoryBuffer
Defines the amount of extra memory that should be reserved for a virtual machine instance at runtime, as a percentage of the total memory that the virtual machine instance is thought to need. This only applies to virtual systems with dynamic memory enabled. This property can be in the range of 5 to 2000.
targetMemoryBuffer?: number
Property Value
number