Configuring the WLS Diagnostic Framework Module Leads to a Memory Leak
(Doc ID 2316724.1)
Last updated on JUNE 05, 2024
Applies to:
Oracle WebLogic Server - Version 12.2.1.0.0 to 12.2.1.2.0 [Release 12c]Information in this document applies to any platform.
Symptoms
When diagnostic modules are configured, it may lead to a memory leak.
Fusion Middleware Configuring and Using the Diagnostics Framework for Oracle WebLogic Server
After configuring diagnostic modules and starting a server instance, heap size slowly grows. Mainly the following objects:
e.g.
com.oracle.weblogic.diagnostics.expressions.AttributeTerm
java.lang.ref.Finalizer
com.oracle.weblogic.diagnostics.expressions.ValueTracingELResolver$RawTrackedValue
weblogic.diagnostics.metrics.BeantreeInterceptor
You can check above objects from heapdump. This problem will lead to full GC and a high CPU usage percentage.
To get heapdump, use jmap or jrcmd. Refer "<Note 1922891.1> SRDC - Collect WebLogic Server Diagnostic Data - RDA, Thread and Heap Dumps" for details.
Changes
Created diagnostic modules, action and policy expressions following the documentation:
Fusion Middleware Configuring and Using the Diagnostics Framework for Oracle WebLogic Server
Cause
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
Symptoms |
Changes |
Cause |
Solution |
References |