Skip to content

Commit 3a18a54

Browse files
authored
Merge pull request #92656 from openshift-cherrypick-robot/cherry-pick-92409-to-enterprise-4.12
[enterprise-4.12] Nodes fix swap memory part 1
2 parents 85c9603 + 07867c2 commit 3a18a54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nodes-nodes-swap-memory.adoc

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

2222
* 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)]:
23-
** cgroup v1: {product-title} workloads can use any combination of memory and swap, up to the pod's memory limit, if set.
24-
** cgroup v2: {product-title} workloads cannot use swap memory.
23+
** cgroup v2: {product-title} workloads can use any combination of memory and swap, up to the pod's memory limit, if set.
24+
** cgroup v1: {product-title} workloads cannot use swap memory.
2525

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

0 commit comments

Comments
 (0)