Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::MemoryManager.
The option enables the Kubernetes NUMA-aware Memory Manager feature. Detailed description about the feature can be found here.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#policy
def policy() -> ::String
-
(::String) —
Controls the memory management policy on the Node. See https://kubernetes.io/docs/tasks/administer-cluster/memory-manager/#policies
The following values are allowed.
- "none"
- "static" The default value is 'none' if unspecified.
#policy=
def policy=(value) -> ::String
-
value (::String) —
Controls the memory management policy on the Node. See https://kubernetes.io/docs/tasks/administer-cluster/memory-manager/#policies
The following values are allowed.
- "none"
- "static" The default value is 'none' if unspecified.
-
(::String) —
Controls the memory management policy on the Node. See https://kubernetes.io/docs/tasks/administer-cluster/memory-manager/#policies
The following values are allowed.
- "none"
- "static" The default value is 'none' if unspecified.