[jdk8u-dev] RFR: 8252957: Wrong comment in CgroupV1Subsystem::cpu_quota [v3]
Jonathan Dowland
jdowland at openjdk.org
Fri Dec 16 11:43:32 UTC 2022
> Simple, comment-only backport for cgroups v2 support in jdk8u. Clean.
Jonathan Dowland has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
8252957: Wrong comment in CgroupV1Subsystem::cpu_quota
The comment is wrong. The 'us' in 'cpu.cfs_quota_us' stands for
microseconds, which is read verbatim. Similarly for cgroups v2
all units in 'cpu.max' are in microseconds.
Backport-of: 5166094647f8bfae32ef4bbde2e40f68e073b595
-------------
Changes: https://git.openjdk.org/jdk8u-dev/pull/176/files
Webrev: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=176&range=02
Stats: 4 lines in 2 files changed: 0 ins; 0 del; 4 mod
Patch: https://git.openjdk.org/jdk8u-dev/pull/176.diff
Fetch: git fetch https://git.openjdk.org/jdk8u-dev pull/176/head:pull/176
PR: https://git.openjdk.org/jdk8u-dev/pull/176
More information about the jdk8u-dev
mailing list