Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1013 Bytes

V1beta1MemoryInstancetype.md

File metadata and controls

12 lines (8 loc) · 1013 Bytes

V1beta1MemoryInstancetype

Properties

Name Type Description Notes
guest K8sIoApimachineryPkgApiResourceQuantity Required amount of memory which is visible inside the guest OS.
hugepages V1Hugepages Optionally enables the use of hugepages for the VirtualMachineInstance instead of regular memory. [optional]
overcommit_percent int OvercommitPercent is the percentage of the guest memory which will be overcommitted. This means that the VMIs parent pod (virt-launcher) will request less physical memory by a factor specified by the OvercommitPercent. Overcommits can lead to memory exhaustion, which in turn can lead to crashes. Use carefully. Defaults to 0 [optional]

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