A script-enabled browser is required for this page to function properly.

JVMOPTIONS command line keyword

Use JVMOPTIONS to set options for the Java Virtual Machine (JVM).

The executables that can use this keyword are:

rwbuilder yes
rwrun yes
rwclient no
rwcgi no
rwserver yes
rwservlet no
rwconverter yes

Syntax

JVMOPTIONS={options in the Reports Runtime, Reports Builder, Reports Converter, or Reports Server’s JVM}

Examples

Example 1

You could use the following command line to start the Reports Server with a 512MB heap space:

rwserver server=servername jvmoptions=-Xmx512M

Example 2

You could also use the following command line to start Reports Builder with a 512MB heap space:

rwbuilder jvmoptions=-Xmx512M

Example 3

If multiple options are passed, tehy must be enclosed in quotes:

rwserver server=servername jvmoptions="-Xmx256M -Xms=128M"

Usage notes

See also

Command line keywords

Using the command line

Running a report from the command line