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

    Interface V1Hugepages

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

    interface V1Hugepages {
        pageSize?: string;
    }
    Index

    Properties

    Properties

    pageSize?: string

    PageSize specifies the hugepage size, for x86_64 architecture valid values are 1Gi and 2Mi.