#[metas]#
#[header]# #[submenuPerformance]#
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]# KByte | #[memoryAvailAfterInitBGC]# KByte | #[memoryAvailAfterInitAGC]# KByte | #[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 |