-XX:HitachiJavaLogFileSize (Option for specifying the maximum log file size)
Format
-XX:HitachiJavaLogFileSize=integer-value
Description
To avoid the increase in the size of a log file, specify the maximum file size of a log file. When the file size exceeds the maximum limit, log is not output to that file. When this option is not specified, '256 kilobytes' is specified by default.
- Default value
- -XX:HitachiJavaLogFileSize=256k
- Prerequisite options
- Specify one of the following values:
- -XX:+HitachiVerboseGC
- -XX:+HitachiOutOfMemoryStackTrace
- -XX:+HitachiOutOfMemoryCause
- -XX:+HitachiOutOfMemorySize
- -XX:+HitachiJavaClassLibTrace
- -XX:+JITCompilerContinuation
Argument
- integer-value
- Specify the integer value from 1024 to 2147483647 (unit: byte). However, if a value out of range is specified, 1024 is set. When negative value is specified, an error will occur.