git: openjdk/jdk: 8252957: Wrong comment in CgroupV1Subsystem::cpu_quota
Severin Gehwolf
sgehwolf at openjdk.java.net
Wed Sep 9 13:53:49 UTC 2020
Changeset: 51660946
Author: Severin Gehwolf <sgehwolf at openjdk.org>
Date: 2020-09-09 13:53:10 +0000
URL: https://git.openjdk.java.net/jdk/commit/51660946
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.
Reviewed-by: shade, hseigel
! src/hotspot/os/linux/cgroupV1Subsystem_linux.cpp
! src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp
More information about the jdk-changes
mailing list