RFR: 8252957: Wrong comment in CgroupV1Subsystem::cpu_quota

Severin Gehwolf sgehwolf at openjdk.java.net
Wed Sep 9 07:49:15 UTC 2020


On Wed, 9 Sep 2020 07:44:23 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> 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.
>
> Looks fine, as we discussed in #89.

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.

-------------

PR: https://git.openjdk.java.net/jdk/pull/91


More information about the hotspot-runtime-dev mailing list