OutOfMemoryError When an OutOfMemoryError is caught by Hazelcast threads, OutOfMemoryHandler is called for ALL HazelcastInstances knows by current JVM (actually ClassLoader).
Warning: OutOfMemoryHandler may not be called although JVM throws OutOfMemoryError. Because error may be thrown from an external (user thread) thread and Hazelcast may not be informed about OutOfMemoryError.
@see OutOfMemoryError @see Hazelcast#setOutOfMemoryHandler(OutOfMemoryHandler) | |
| |
| |