Running G1GC (Java 8) with below
MaxGCPauseMillis=100
InitiatingHeapOccupancyPercent=30
G1MixedGCLiveThresholdPercent=85
and memory is 115 GB.
I notice that there was a Full GC and it brought down memory from 111GB to 65 GB. Prior to Full GC there were few mixed GC but that was unable to clear memory. Is there any other parameter I should set?