JVM_OPTIONS

Uniface logical for setting options for the Java Virtual Machine used in XSLT transformations.

JVM_OPTIONS { = } Switch

JVM_OPTIONS { = }-XmxMaxMemorySize

Arguments

  • Switch—valid Java option; for details see Java documentation.
  • -XmxMaxMemorySize—maximum Java heap size; valid values depend on the specifications of the machine. For example, -Xmx256m allocates a maximum of 256 MB of memory.

Defaults

Assignment file: Application
Section: [LOGICALS]
Default value: none

Description

Note:  Java switches are case-sensitive, so ensure that any switch is correctly set.

If you run out of memory when using the XSLT component API, you can set the -Xmx option to increase the amount of memory available to Java.

[LOGICALS]
JVM_OPTIONS = -Xmx512m

Related Topics