-
Type:
Sub-task
-
Resolution: Withdrawn
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: hotspot
The HotSpot runtime code has been updated to additionally print container's 'rss' and 'cache'. The additional output is to be found in JVM response to "jcmd [PID] VM.info" request, and in `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-8368557 Release Note: Print 'rss' and 'cache' as part of the container information
-
- Closed
-
-
JDK-8368627 Release Note: Print 'rss' and 'cache' As Part of the Container Information
-
- Resolved
-