Hitachi

uCosminexus Application Server Definition Reference Guide


-XX:HitachiExplicitMemoryJavaLog (Option for specifying the log file output location of the Explicit Memory Management functionality)

Organization of this page

Format

-XX:HitachiExplicitMemoryJavaLog:character-string

Description

Specify the prefix and the output destination directory of the log file of the Explicit Memory Management function.

Default value
  • -XX:HitachiExplicitMemoryJavaLog:ehjavalog

Related option
  • -XX:HitachiJavaLog

Argument

character-string

Specify the prefix and path. The following 3 types can be specified:

To specify the prefix

The log file name is created as character-string??.log (?? is a serial number from 01 to 99). For example, if you specify "Samp" in character-string, the log file name is Samp01.log. If you do not specify this option, "ehjavalog" is set in character-string. The log file is output to the current directory.

To specify the path

If the directory is specified in character-string, the file is created in the specified directory. The log file name is created as character-string ehjavalog??.log (?? is a serial number from 01 to 99).

To specify the path and prefix concurrently

When the directory and prefix are specified in character-string, the file is created in the specified directory. The log file name is created as character-string??.log (?? is a serial number from 01 to 99). For example, if you specify d:\temp\Samp in character-string, Samp01.log is created in the d:\temp directory.