glassfish:kernel:file-cache:subMappedMemorySizeEvent

subtract mapped memory size event

Synopsis

glassfish:kernel:file-cache:subMappedMemorySizeEvent(
java.lang.String fileCacheName,
long size)

Description

This event is called when the file cache releases mapped memory.

Use this event to count mapped memory size used by the file cache.

Parameters

fileCacheName

The file cache name.

size

The size of the released mapped memory block.