Module: Google::Cloud::Container::V1beta1::LinuxNodeConfig::TransparentHugepageEnabled
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Possible values for transparent hugepage enabled support.
Constant Summary collapse
- TRANSPARENT_HUGEPAGE_ENABLED_UNSPECIFIED =
Default value. GKE will not modify the kernel configuration.
0- TRANSPARENT_HUGEPAGE_ENABLED_ALWAYS =
Transparent hugepage support for anonymous memory is enabled system wide.
1- TRANSPARENT_HUGEPAGE_ENABLED_MADVISE =
Transparent hugepage support for anonymous memory is enabled inside MADV_HUGEPAGE regions. This is the default kernel configuration.
2- TRANSPARENT_HUGEPAGE_ENABLED_NEVER =
Transparent hugepage support for anonymous memory is disabled.
3