I have some questions about G1 GC, I know if I set -XX:MaxGCPauseMillis
too small,G1 has very few regions recycled each time.GC garbage collection speed can't catch up with user thread garbage generation speed, could cause gc so frequency that efficiency is too bad.
I want to know if I set -XX:MaxGCPauseMills too big what will happen? Isn't there a lot of regions to recycle every time?