Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


7.4.8 -XX:JavaLogRotationType

-XX:JavaLogRotationType specifies the rotation type of the Java VM log files.

Description

-XX:JavaLogRotationType specifies the rotation type of the Java VM log files. This option applies to Java VM log files and the log files for the explicit memory management functionality.

Syntax

-XX:JavaLogRotationType:character_string

Specifiable values

character_string

Type: String

WRAP

Sets the wraparound method as the rotation type of the Java VM log file.

SHIFT

Sets the shift method as the rotation type of the Java VM log file.

If you omit this option, or specify a value other than WRAP or SHIFT, the shift method is set by default.

Default value

If the definition item is omitted:

-XX:JavaLogRotationType:SHIFT

If the value is omitted:

-XX:JavaLogRotationType:SHIFT