@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface V1Memory

    Memory allows specifying the VirtualMachineInstance memory features.

    Index

    Properties

    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.

    hugepages?: V1Hugepages

    Hugepages allow to use hugepages for the VirtualMachineInstance instead of regular memory.

    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.

    reservedOverhead?: V1ReservedOverhead

    ReservedOverhead configures the memory overhead applied to a VM and its characteristics.