RFR: JDK-8273526: Extend the OSContainer API pids controller with pids.current [v3]

Matthias Baesken mbaesken at openjdk.java.net
Wed Sep 15 08:07:55 UTC 2021


On Wed, 15 Sep 2021 07:09:54 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

>>> Maybe it should be "any_integer"?
>> 
>> +1
>
>> Is "no_value_expected" generated by Docker? I searched the entire HotSpot source code and couldn't find it. I also couldn't find "WARNING: Your kernel does not support pids limit capabilities".
>> 
> 
> Hi, this warning is showing up on some of our Linux ppc64le machines where the pids limit capabilities is not supported.
> 
> Best regards, Matthias

Hello, I adjusted to any_integer, and introduced the "final String warning_kernel_no_pids_support" . I think the message is more related to the kernel features so I did not add the add the  'generated by Docker'  comment.

Best regards, Matthias

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

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


More information about the core-libs-dev mailing list