Hitachi

uCosminexus Application Server Definition Reference Guide


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

Organization of this page

Format

-XX:HitachiOutOfMemoryHandlingMaxThrowCount=integer-value

Description

This option specifies the upper limit on the total number of OutOfMemory errors that occur in the past hour due to shortage of the Java heap, metaspace area, or compressed class space if the OutOfMemory handling functionality is enabled.

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

The following explains the processing that is performed if OutOfMemory errors occur due to shortage of the Java heap, metaspace area, and compressed class space:

Default value
  • -XX:HitachiOutOfMemoryHandlingMaxThrowCount=60

Prerequisite options
  • -XX:+HitachiOutOfMemoryHandling

Argument

integer-value

Specify the upper limit on the total number of OutOfMemory errors that occur in the past hour due to shortage of the Java heap, metaspace area, or compressed class space.

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.