The error message java.lang.OutOfMemoryError: GC overhead limit exceeded strongly suggests that the Java process handling the VMware probe is running out of memory, specifically related to garbage collection (GC). The "GC overhead limit exceeded" message indicates that the JVM (Java Virtual Machine) is spending too much time on garbage collection without being able to free up enough memory, which is typically a sign of insufficient heap space allocated for the process.
Resolution
ACTIONS TO TAKE
Increase JVM Heap Size for the VMware Probe
The default memory allocation may be insufficient for the probe's needs, especially if you're dealing with a large environment or a high volume of data. You can increase the heap size allocated to the VMware probe by adjusting the JVM parameters.