Integrated: JDK-8327059: os::Linux::print_proc_sys_info add swappiness information

Matthias Baesken mbaesken at openjdk.org
Mon Mar 4 07:42:54 UTC 2024


On Thu, 29 Feb 2024 15:42:14 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> The swappiness information is an important reclaim ration metrics on Linux. See https://documentation.suse.com/sles/15-SP2/html/SLES-all/cha-tuning-memory.html#cha-tuning-memory-vm .
> We should add it to the already existing information about data from /proc/sys .

This pull request has now been integrated.

Changeset: f3b15abc
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f3b15abcb7dcd00158df84818965fc1282dcc1d9
Stats:     2 lines in 1 file changed: 2 ins; 0 del; 0 mod

8327059: os::Linux::print_proc_sys_info add swappiness information

Reviewed-by: mdoerr, dholmes

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

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


More information about the hotspot-runtime-dev mailing list