Skip to content

Commit

Permalink
Update cgroups.md
Browse files Browse the repository at this point in the history
Add an example of uber-go/automaxprocs which is used by lots of applications to avoid CPU throttling.

Related to uber-go/automaxprocs#49
  • Loading branch information
wenjianhn authored and DonatoHorn committed Jun 25, 2023
1 parent c3e2ac5 commit 61d9d66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/en/docs/concepts/architecture/cgroups.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ updated to newer versions that support cgroup v2. For example:
* If you run [cAdvisor](https://github.com/google/cadvisor) as a stand-alone
DaemonSet for monitoring pods and containers, update it to v0.43.0 or later.
* 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).
* If you use uber-go/automaxprocs, update it to v1.5.1 or later.

## Identify the cgroup version on Linux Nodes {#check-cgroup-version}

Expand Down

0 comments on commit 61d9d66

Please sign in to comment.