Command Reference > Environment Variables for Command Line Programs > INFA_JAVA_CMD_OPTS
  

INFA_JAVA_CMD_OPTS

INFA_JAVA_CMD_OPTS environment variable applies to the infasetup command line program.
You can configure the environment variable INFA_JAVA_CMD_OPTS to set the Java options such as -Xmx values and system properties. To set a system property, pass the value in the following format:
-Dproperty.name=property.value
For example, you might want to increase the system memory used by infasetup. The default system memory for infasetup is 512 MB. To configure 1024 MB of system memory in a UNIX C shell environment, type:
setenv INFA_JAVA_CMD_OPTS "-Xmx1024m"

Configuring INFA_JAVA_CMD_OPTS on UNIX

To configure INFA_JAVA_CMD_OPTS on UNIX:
    bulletIn a UNIX C shell environment, type:
    setenv INFA_JAVA_CMD_OPTS <Java_Options>
    In a UNIX Bourne shell environment, type:
    INFA_JAVA_CMD_OPTS = <Java_Options>
    export INFA_JAVA_CMD_OPTS

Configuring INFA_JAVA_CMD_OPTS on Windows

To configure INFA_JAVA_CMD_OPTS on Windows:
    bulletEnter the environment variable INFA_JAVA_CMD_OPTS, and set the Java options such as the -Xmx values and system properties.
    For information about setting environment variables on Windows, consult the Windows documentation.