![]() ![]() ![]() ![]() |
You can manually request that the JVM perform garbage collection. Make sure that full garbage collection is necessary before manually selecting it on a server instance. When you perform garbage collection, the JVM often examines every living object in the heap.
The Garbage Collect button calls the JVM’s System.gc() method to perform garbage collection. The JVM implementation then decides whether or not the request actually triggers garbage collection.
![]() |