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

-Xmr /   -Xmrx

Sets the initial and maximum size of the the garbage collection (GC) remembered set in the gencon GC policy. The remembered set is a list of objects in the tenure area of the heap that have references to objects in the new area.

Syntax

Setting Effect Default
-Xmr<size> Set initial size 16 K
-Xmrx<size> Set maximium size

See Using -X command-line options for more information about the <size> parameter.

This option applies only to the gencon GC policy.