-XX:HitachiOutOfMemoryHandlingMaxThrowCount (Option for setting up the maximum occurrence count)

Format

-XX:HitachiOutOfMemoryHandlingMaxThrowCount=integer-value

Description

Specifies the per-hour upper limit for the total OutOfMemory occurrence count caused by a Java heap or Perm heap shortage when the OutOfMemory handling functionality is enabled.

The value specified in this option is used to determine the throw OutOfMemoryError exclusion condition.

If an OutOfMemory error occurs because of a Java heap or Perm heap shortage, the processing is executed as follows:

Default value
  • -XX:HitachiOutOfMemoryHandlingMaxThrowCount=60
Prerequisite options
  • -XX:+HitachiOutOfMemoryHandling

Argument

integer-value
Specifies the per-hour upper limit of the total occurrence count of the OutOfMemory error caused by a Java heap or Perm heap shortage.
For 32-bit JavaVM:
0 to 3600 (3601 to 231-1 is handled as 3600).
For 64-bit JavaVM:
0 to 3600 (3601 to 263-1 is handled as 3600).

Precautions

If a value other than a natural number is specified, the operation will be the same as when an un-defined option is specified.