"Garbage Collect" Window

Contents:

Overview

The "Garbage Collect" option suggests to the Java Virtual Machine that it should attempt garbage collection. In theory, this option should not be required. In practice, with some Virtual Machines and when memory is low, it can be handy to select this option prior to performing a complex operation. If you are not having any memory problems then ignore this option.

If you have memory problems by all means see if this option helps but, if practicable, it would be better to:


© 2019 Zelix Pty Ltd