How to Avoid Oracle Management Cloud(OMC) Heap Alerts For Java Cloud Service
(Doc ID 2760728.1)
Last updated on SEPTEMBER 03, 2024
Applies to:
Java Cloud Service - Version N/A to N/A [Release 1.0]Information in this document applies to any platform.
Goal
How to Avoid Oracle Management Could(OMC) Heap Alerts For Java Cloud Service. OMC agent is quite sensitive and sends alert when memory threshold is set for a particular value.
Any garbage collector won't perform full GC unless it exhausts most of memory. If OMC agent memory threshold is set to 80% heap usage, it will start sending alert as partial GC can allow heap usage to go over 80% which is very normal in any WLS server process.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |