diff --git a/build.xml b/build.xml
index 846515257..e2f61ff1c 100644
--- a/build.xml
+++ b/build.xml
@@ -638,7 +638,7 @@
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: