-Xmint / -Xmaxt

Sets the minimum and maximum proportion of time to spend in the garbage collection (GC) process as a percentage of the overall running time that included the last three GC runs. Therefore, the time spent in the GC process includes time spent in global mark phase and global GC operations but excludes partial garbage collection pauses because the latter apply only to the eden space.

Restrictions:

Syntax

Setting Effect Default for balanced policy Default for other policies
-Xmint<value> Set minimum time in GC 0.02 0.05
-Xmaxt<value> Set maximum time in GC 0.05 0.13

See also