Hitachi

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


7.12.14 -XX:HitachiExplicitMemoryJavaLogNumberOfFile

-XX:HitachiExplicitMemoryJavaLogNumberOfFile specifies the maximum number of log files to be created by the explicit memory management functionality.

Description

-XX:HitachiExplicitMemoryJavaLogNumberOfFile specifies the maximum number of log files to be created and thus prevents the number of created log files from increasing.

If the rotation type is the wraparound method, when the number of files exceeds the maximum number, the log data will again be output to the file that was created first.

If the rotation type is the shift method, when the number of files exceeds the maximum number, the oldest backup file will be deleted.

Related option
  • -XX:HitachiJavaLogNumberOfFile

Syntax

-XX:HitachiExplicitMemoryJavaLogNumberOfFile=integer_value

Specifiable values

integer_value

Type: Integer

Specify an integer from 1 to 99.

If you specify a value equal to or greater than 100, the value becomes 99, If you specify 0, the value becomes 1.

Default value

If the definition item is omitted:
For the wraparound method:

-XX:HitachiExplicitMemoryJavaLogNumberOfFile=4

For the shift method:

-XX:HitachiExplicitMemoryJavaLogNumberOfFile=8

Notes

If a value other than a natural number is specified, the behavior will be the same as when an undefined option is specified.