#%env/templates/metas.template%#
#%env/templates/header.template%# #%env/templates/submenuPerformance.template%#Memory Usage:
Type |
After Startup |
After Initializations before GC |
After Initializations after GC |
Now #(gc)#before GC::after GC#(/gc)# |
Description |
Max | #[memoryMax]# MByte | maximum memory that the JVM will attempt to use | |||
Available | #[memoryAvailAfterStartup]# MByte | #[memoryAvailAfterInitBGC]# MByte | #[memoryAvailAfterInitAGC]# MByte | #[memoryAvailNow]# MByte | total available memory including free for the JVM within maximum |
Total | #[memoryTotalAfterStartup]# KByte | #[memoryTotalAfterInitBGC]# KByte | #[memoryTotalAfterInitAGC]# KByte | #[memoryTotalNow]# MByte | total memory taken from the OS |
Free | #[memoryFreeAfterStartup]# KByte | #[memoryFreeAfterInitBGC]# KByte | #[memoryFreeAfterInitAGC]# KByte | #[memoryFreeNow]# MByte | free memory in the JVM within total amount |
Used | #[memoryUsedAfterStartup]# KByte | #[memoryUsedAfterInitBGC]# KByte | #[memoryUsedAfterInitAGC]# KByte | #[memoryUsedNow]# MByte | used memory in the JVM within total amount |
RAM Cache for Database Files:
Other caching structures:
Type | Amount |
DNSCache | #[namecache.hit]# |
DNSNoCache | #[namecache.noCache]# |
HashBlacklistedCache | #[blacklistcache.size]# |