For the G1GC, I am trying to understand what the default value of G1HeapRegionSize argument is.
I see here that:
-XX:G1HeapRegionSize=n : Sets the size of a G1 region. The value will be a power of two and can range from 1 MB to 32 MB. The goal is to have around 2048 regions based on the minimum Java heap size.
But what is the value of n
here?
Similar explanation is given here too.