Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.08 KB

V1Memory.md

File metadata and controls

12 lines (8 loc) · 1.08 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]

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