Garbage Collection

Monitor JVM memory usage and manage garbage collection

Memory Status
Last updated: -
Heap Memory - / -
Committed: - 0%
Non-Heap Memory (Metaspace) -
Committed: -
Scheduled Garbage Collection
When enabled, GC will run automatically at the specified interval
How often to run GC (1-1440 minutes)
Quick Actions
Last GC Run:
Never
About Garbage Collection

Garbage collection reclaims memory used by objects that are no longer referenced by the application.

Note: Triggering GC is a suggestion to the JVM. The actual collection may not happen immediately and the timing is determined by the JVM.

Scheduled GC Status
Disabled Scheduled GC is not running