-
Sub-task
-
Resolution: Delivered
-
P4
-
8u471, 8u471-perf, 11.0.29-oracle, 17.0.17-oracle, 21.0.9-oracle, 23
The HotSpot runtime code has been updated to additionally print a container's 'rss' and 'cache'. The additional output can be found in the JVM's response to a "jcmd [PID] VM.info" request and in the `hs_err` file generated in case of JVM abrupt termination.
This will help monitoring and troubleshooting OutOfMemory situations as OOM killer can terminate a process if its `rss` + `cache` usage reaches the max memory limit of the container.
This will help monitoring and troubleshooting OutOfMemory situations as OOM killer can terminate a process if its `rss` + `cache` usage reaches the max memory limit of the container.
- relates to
-
JDK-8368550 Release Note: Print 'rss' and 'cache' as part of the container information
-
- Closed
-
-
JDK-8368553 Release Note: Print 'rss' and 'cache' as part of the container information
-
- Closed
-
-
JDK-8368557 Release Note: Print 'rss' and 'cache' as part of the container information
-
- Closed
-