Skip to content

Commit f19a26c

Browse files
author
Michael Burke
committed
Nodes fix swap memory paret 1
1 parent 2a8fe4f commit f19a26c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nodes-nodes-swap-memory.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Enabling swap memory can negatively impact workload performance and out-of-resou
2323
To enable swap memory, create a `kubeletconfig` custom resource (CR) to set the `swapbehavior` parameter. You can set limited or unlimited swap memory:
2424

2525
* Limited: Use the `LimitedSwap` value to limit how much swap memory workloads can use. Any workloads on the node that are not managed by {product-title} can still use swap memory. The `LimitedSwap` behavior depends on whether the node is running with Linux control groups link:https://www.kernel.org/doc/html/latest/admin-guide/cgroup-v1/index.html[version 1 (cgroups v1)] or link:https://www.kernel.org/doc/html/latest/admin-guide/cgroup-v2.html[version 2 (cgroup v2)]:
26-
** cgroup v1: {product-title} workloads can use any combination of memory and swap, up to the pod's memory limit, if set.
27-
** cgroup v2: {product-title} workloads cannot use swap memory.
26+
** cgroup v2: {product-title} workloads can use any combination of memory and swap, up to the pod's memory limit, if set.
27+
** cgroup v1: {product-title} workloads cannot use swap memory.
2828

2929
* Unlimited: Use the `UnlimitedSwap` value to allow workloads to use as much swap memory as they request, up to the system limit.
3030

0 commit comments

Comments
 (0)