RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v3]

Jonathan Dowland jdowland at openjdk.org
Thu Aug 25 12:35:13 UTC 2022


On Thu, 25 Aug 2022 10:02:22 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> Jonathan Dowland has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Address nit
>>   
>>   Thanks Thomas Stuefe
>
> src/java.base/linux/classes/jdk/internal/platform/CgroupMetrics.java line 126:
> 
>> 124:         long subs_mem = subsystem.getMemoryLimit();
>> 125:         // catch the cgroup memory limit exceeding host physical memory.
>> 126:         // treat this as unlimited.
> 
> nit: Start sentences uppercase

Thanks - Address in ff6990cb3ec

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

PR: https://git.openjdk.org/jdk/pull/10017


More information about the hotspot-runtime-dev mailing list