Class MemoryManager (2.57.0)

MemoryManager(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The option enables the Kubernetes NUMA-aware Memory Manager feature. Detailed description about the feature can be found here <https://kubernetes.io/docs/tasks/administer-cluster/memory-manager/>__.

Attribute

Name Description
policy str
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.