-Xloainitial / -Xloaminimum / -Xloamaximum
Specifies the initial, minimum, and maximum proportion of the current tenure space allocated to the large object area (LOA).
The LOA does not shrink to less than the minimum value.
Syntax
Setting | Effect | Default |
---|---|---|
-Xloainitial<value> |
Set initial space | 0.05 |
-Xloaminimum<value> |
Set minimum space | 0.01 |
-Xloamaximum<value> |
Set minimum space | 0.5 |
See also
This option is not supported with the balanced GC policy (-Xgcpolicy:balanced
) or metronome GC policy (-Xgcpolicy:metronome
), which do not use an LOA.