mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8327059: os::Linux::print_proc_sys_info add swappiness information
Backport-of: f3b15abcb7
This commit is contained in:
committed by
Vitaly Provodin
parent
f0bb231a1f
commit
a4c6e6deee
@@ -2149,6 +2149,8 @@ void os::Linux::print_proc_sys_info(outputStream* st) {
|
||||
"/proc/sys/kernel/threads-max", st);
|
||||
_print_ascii_file_h("/proc/sys/vm/max_map_count (maximum number of memory map areas a process may have)",
|
||||
"/proc/sys/vm/max_map_count", st);
|
||||
_print_ascii_file_h("/proc/sys/vm/swappiness (control to define how aggressively the kernel swaps out anonymous memory)",
|
||||
"/proc/sys/vm/swappiness", st);
|
||||
_print_ascii_file_h("/proc/sys/kernel/pid_max (system-wide limit on number of process identifiers)",
|
||||
"/proc/sys/kernel/pid_max", st);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user