Skip to content

CAUTION: This site hosts draft documentation for the next release. For published content of the latest release, visit www.eclipse.org/openj9/docs

-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.