Skip to content

Commit 99c88b9

Browse files
author
Michael Burke
committed
edit per kcarmichael08
1 parent 27e2dc7 commit 99c88b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

snippets/cgroupv2-vs-cgroupv1.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Text snippet included in the following modules:
22
//
3-
// * installing/install-config/enabling-cgroup-v1
4-
// * modules/configure-web-terminal-image-admin.adoc
5-
// * modules/configure-web-terminal-timeout-admin.adoc
3+
// * installing/install-config/enabling-cgroup-v1.adoc
4+
// * modules/nodes-clusters-cgroups-2.adoc
5+
// * nodes/clusters/nodes-cluster-cgroups-2.adoc
66

77
:_mod-docs-content-type: SNIPPET
88

9-
cgroup v2 is the current version of the Linux cgroup API. cgroup v2 offers several improvements over cgroup v1, including a unified hierarchy, safer sub-tree delegation, new features such as link:https://www.kernel.org/doc/html/latest/accounting/psi.html[Pressure Stall Information], and enhanced resource management and isolation. However, cgroup v2 has different CPU, memory, and I/O management characteristics than cgroup v1. As such, some workloads might experience slight differences in memory or CPU usage on clusters that run cgroup v2.
9+
cgroup v2 is the current version of the Linux cgroup API. cgroup v2 offers several improvements over cgroup v1, including a unified hierarchy, safer sub-tree delegation, new features such as link:https://www.kernel.org/doc/html/latest/accounting/psi.html[Pressure Stall Information], and enhanced resource management and isolation. However, cgroup v2 has different CPU, memory, and I/O management characteristics than cgroup v1. Therefore, some workloads might experience slight differences in memory or CPU usage on clusters that run cgroup v2.
1010

0 commit comments

Comments
 (0)