add mapped memory size event
glassfish:kernel:file-cache:addMappedMemorySizeEvent( java.lang.String fileCacheName, long size)
This event is called when the file cache allocates additional mapped memory for its resources.
Use this event to count mapped memory size used by the file cache.
fileCacheNameThe file cache name.
sizeThe size of the newly allocated mapped memory block.