Skip to content

Commit

Permalink
Merge pull request #43635 from KKtheGhost/sync/cgroup_20231022
Browse files Browse the repository at this point in the history
[zh] sync concepts/architecture/cgroups.md
  • Loading branch information
k8s-ci-robot authored Oct 23, 2023
2 parents 41b7248 + 0f0d994 commit fc0d3d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/zh-cn/docs/concepts/architecture/cgroups.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ cgroup v2 使用一个与 cgroup v1 不同的 API,因此如果有任何应用
DaemonSet for monitoring pods and containers, update it to v0.43.0 or later.
* If you deploy Java applications, prefer to use versions which fully support cgroup v2:
* [OpenJDK / 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
* [IBM Semeru Runtimes](https://www.ibm.com/support/pages/apar/IJ46681): 8.0.382.0, 11.0.20.0, 17.0.8.0, and later
* [IBM Java](https://www.ibm.com/support/pages/apar/IJ46681): 8.0.8.6 and later
* If you are using the [uber-go/automaxprocs](https://github.com/uber-go/automaxprocs) package, make sure
the version you use is v1.5.1 or higher.
-->
Expand All @@ -205,8 +205,8 @@ cgroup v2 使用一个与 cgroup v1 不同的 API,因此如果有任何应用
需将其更新到 v0.43.0 或更高版本。
* 如果你部署 Java 应用程序,最好使用完全支持 cgroup v2 的版本:
* [OpenJDK / HotSpot](https://bugs.openjdk.org/browse/JDK-8230305): jdk8u372、11.0.16、15 及更高的版本
* [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 及更高的版本
* [IBM Java](https://www.ibm.com/docs/en/sdk-java-technology/8?topic=new-service-refresh-7#whatsnew_sr7__fp15): 8.0.7.15 及更高的版本
* [IBM Semeru Runtimes](https://www.ibm.com/support/pages/apar/IJ46681): 8.0.382.0、11.0.20.0、17.0.8.0 及更高的版本
* [IBM Java](https://www.ibm.com/support/pages/apar/IJ46681): 8.0.8.6 及更高的版本
* 如果你正在使用 [uber-go/automaxprocs](https://github.com/uber-go/automaxprocs) 包,
确保你使用的版本是 v1.5.1 或者更高。

Expand Down

0 comments on commit fc0d3d2

Please sign in to comment.