Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.25 KB

File metadata and controls

13 lines (9 loc) · 1.25 KB

V1Memory

Properties

Name Type Description Notes
guest K8sIoApimachineryPkgApiResourceQuantity Guest allows to specifying the amount of memory which is visible inside the Guest OS. The Guest must lie between Requests and Limits from the resources section. Defaults to the requested memory in the resources section if not specified. [optional]
hugepages V1Hugepages Hugepages allow to use hugepages for the VirtualMachineInstance instead of regular memory. [optional]
max_guest K8sIoApimachineryPkgApiResourceQuantity MaxGuest allows to specify the maximum amount of memory which is visible inside the Guest OS. The delta between MaxGuest and Guest is the amount of memory that can be hot(un)plugged. [optional]
reserved_overhead V1ReservedOverhead ReservedOverhead configures the memory overhead applied to a VM and its characteristics. [optional]

[Back to Model list] [Back to API list] [Back to README]