Skip to content

Commit

Permalink
Clarify cgroupsV2 Java statements
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Grigorenko <[email protected]>
  • Loading branch information
kgibm committed Mar 21, 2023
1 parent 8aab3e9 commit 06c48ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/en/blog/_posts/2022-08-31-cgroupv2-ga.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,10 @@ Scenarios in which you might need to update to cgroup v2 include the following:
agents to versions that support cgroup v2.
* 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 deploy Java applications with the 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 deploy Java applications, prefer to use versions which fully support cgroup v2:
* [HotSpot](https://bugs.openjdk.org/browse/JDK-8230305): jdk8u372, 11.0.16, 15 and later
* [IBM Semeru Runtimes](https://www.eclipse.org/openj9/docs/version0.33/#control-groups-v2-support): jdk8u345-b01, 11.0.16.0, 17.0.4.0, 18.0.2.0 and later
* [IBM Java](https://www.ibm.com/docs/en/sdk-java-technology/8?topic=new-service-refresh-7#whatsnew_sr7__fp15): 8.0.7.15 and later

## Learn more

Expand Down

0 comments on commit 06c48ac

Please sign in to comment.