This option definition file is in the shell script file format.
Specify the key as follows:
set key-name=value
/opt/Cosminexus/CC/admin/usrconf/
This file specifies the invocation options of the JavaVM that executes the server management commands. Note that this file is for UNIX.
The following table describes the specifiable keys and the default values:
Key name | Contents | Default |
---|---|---|
USRCONF_JVM_ARGS | This key invokes JavaVM by using the specified option. You can specify the following JavaVM options:
| For details about default values, see 5.2(5) Default values of the JavaVM invocation options that execute the server management commands (In usrconf). |
USRCONF_JVM_CLPATH | This key adds the set value to the class path. If you want to specify multiple values, demarcate them with a colon (:). | None |
USRCONF_JVM_LIBPATH | This key adds the set value to the environment variable of library search path. If you want to specify multiple values, demarcate them with a colon (:). | None |
The following table describes JavaVM options that you can specify in USRCONF_JVM_ARGS:
Key name | Contents | Specifiable value | Default | VR |
---|---|---|---|---|
-Xms | This key sets the initial size for the Java heap. | The input is not limited. | None | 06-00 |
-Xmx | This key sets the maximum size for the Java heap. | The input is not limited. | 512m Note If the version of the Application Server is earlier than 08-00, a default value does not exist. | 06-00 |
-Xss | This key sets the maximum size for one stack area. | The input is not limited. | None | 06-00 |
-Xdebug | This key invokes JavaVM with the debugger in enable status. | The input is not limited. | None | 06-00 |
-Xrun | This key loads the library. | The input is not limited. | None | 06-00 |
-Dejbserver.log.directory | This key specifies the path of the directory where the log file is output. Use a forward slash (/) as the delimiter in the directory path. | The input is not limited. | None | 06-00 |
-XX:PermSize | This key specifies the initial size of Permanent area. | The input is not limited. | None | 08-00 |
-XX:MaxPermSize | This key specifies the maximum size for the Permanent area. | The input is not limited. | None | 08-00 |
#!/bin/csh -f
set USRCONF_JVM_ARGS="-Xms64m -Xmx512m"
set USRCONF_JVM_CLPATH=/usr/home/lib/mylib.jar
set USRCONF_JVM_LIBPATH=/usr/home/bin