Skip to content

Commit 53a82cd

Browse files
author
Michael Burke
committed
OCPBUGS:48509 Configuring Linux cgroup docs are referencing to enabled psi which has been disabled with 4.16.7
1 parent 7008a7f commit 53a82cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/nodes-clusters-cgroups-2.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,10 @@ spec:
168168
kernelArguments:
169169
systemd_unified_cgroup_hierarchy=1 <1>
170170
cgroup_no_v1="all" <2>
171-
psi=1 <3>
171+
psi=0
172172
----
173173
<1> Enables cgroup v2 in systemd.
174174
<2> Disables cgroup v1.
175-
<3> Enables the Linux Pressure Stall Information (PSI) feature.
176175
+
177176
endif::nodes[]
178177
.Example output for cgroup v1

0 commit comments

Comments
 (0)