Performing Garbage collections in the JVM is not guaranteed.
It is up to the JVM to determine if it will perform a GC on our request or not.
"performGcOnStart": before the Operation is executed."performGcOnCompletion": after the Operation is completed.