Google Cloud Container V1 Client - Class TransparentHugepageEnabled (2.5.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class TransparentHugepageEnabled.

Possible values for transparent hugepage enabled support.

Protobuf type google.container.v1.LinuxNodeConfig.TransparentHugepageEnabled

Namespace

Google \ Cloud \ Container \ V1 \ LinuxNodeConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TRANSPARENT_HUGEPAGE_ENABLED_UNSPECIFIED

Value: 0

Default value. GKE will not modify the kernel configuration.

Generated from protobuf enum TRANSPARENT_HUGEPAGE_ENABLED_UNSPECIFIED = 0;

TRANSPARENT_HUGEPAGE_ENABLED_ALWAYS

Value: 1

Transparent hugepage support for anonymous memory is enabled system wide.

Generated from protobuf enum TRANSPARENT_HUGEPAGE_ENABLED_ALWAYS = 1;

TRANSPARENT_HUGEPAGE_ENABLED_MADVISE

Value: 2

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

Generated from protobuf enum TRANSPARENT_HUGEPAGE_ENABLED_MADVISE = 2;

TRANSPARENT_HUGEPAGE_ENABLED_NEVER

Value: 3

Transparent hugepage support for anonymous memory is disabled.

Generated from protobuf enum TRANSPARENT_HUGEPAGE_ENABLED_NEVER = 3;