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] |