-
Sub-task
-
Resolution: Unresolved
-
P4
-
None
-
8
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-8368553 Release Note: Print 'rss' and 'cache' as part of the container information
-
- New
-
-
JDK-8368557 Release Note: Print 'rss' and 'cache' as part of the container information
-
- New
-