Google Kubernetes Engine v1 API - Enum LinuxNodeConfig.Types.TransparentHugepageEnabled (3.35.0)

public enum LinuxNodeConfig.Types.TransparentHugepageEnabled

Reference documentation and code samples for the Google Kubernetes Engine v1 API enum LinuxNodeConfig.Types.TransparentHugepageEnabled.

Possible values for transparent hugepage enabled support.

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Fields

Name Description
Always

Transparent hugepage support for anonymous memory is enabled system wide.

Madvise

Transparent hugepage support for anonymous memory is enabled inside MADV_HUGEPAGE regions. This is the default kernel configuration.

Never

Transparent hugepage support for anonymous memory is disabled.

Unspecified

Default value. GKE will not modify the kernel configuration.