Command Reference > Environment Variables for Command Line Programs > ICMD_JAVA_OPTS
  

ICMD_JAVA_OPTS

ICMD_JAVA_OPTS environment variable applies to the infacmd command line program.
You can configure the environment variable ICMD_JAVA_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 infacmd. The default system memory for infacmd is 512 MB. To configure 1024 MB of system memory in a UNIX C shell environment, type:
setenv ICMD_JAVA_OPTS "-Xmx1024m"

Configuring ICMD_JAVA_OPTS on UNIX

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

Configuring ICMD_JAVA_OPTS on Windows

To configure ICMD_JAVA_OPTS on Windows:
    bulletEnter the environment variable ICMD_JAVA_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.