You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/architecture/cgroups.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,8 @@ updated to newer versions that support cgroup v2. For example:
103
103
* If you run [cAdvisor](https://github.com/google/cadvisor) as a stand-alone
104
104
DaemonSet for monitoring pods and containers, update it to v0.43.0 or later.
105
105
* If you use JDK, prefer to use JDK 11.0.16 and later or JDK 15 and later, which [fully support cgroup v2](https://bugs.openjdk.org/browse/JDK-8230305).
106
-
* If you use uber-go/automaxprocs, update it to v1.5.1 or later.
106
+
* If you are using the [uber-go/automaxprocs](https://github.com/uber-go/automaxprocs) package, make sure
107
+
the version you use is v1.5.1 or higher.
107
108
108
109
## Identify the cgroup version on Linux Nodes {#check-cgroup-version}
0 commit comments