RFR: JDK-8321266: Add diagnostic RSS threshold [v2]
Thomas Stuefe
stuefe at openjdk.org
Tue Dec 5 10:41:19 UTC 2023
On Tue, 5 Dec 2023 10:33:21 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> src/hotspot/share/runtime/globals.hpp line 1378:
>>
>>> 1376: "If RssLimit is set, interval, in ms, at which the JVM will " \
>>> 1377: "check the process resident set size." \
>>> 1378: range(10, UINT_MAX)) \
>>
>> Can we actually handle enrolling a periodic task with a UINT_MAX interval?
>
> No, we can't; I'll correct the limit.
fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16938#discussion_r1415330935
More information about the hotspot-dev
mailing list