![]() Previous |
![]() Next |
The Memory Statistics panel shows information relating to Java heap memory usage during the application run.
The default content of the JVM Memory Statistics panel is the following:
Free Java Heap Memory: The current amount of empty space in the Java heap.
Used Java Heap Memory: The current amount of Java heap in use.
Free Non Java Heap Memory: The current amount of free memory in the JVM outside the Java heap.
Used Non Java Heap Memory: The current amount of used memory in the JVM outside the Java heap.
For complete information on memory management, see the following documents on Oracle Technology Network:
http://www.oracle.com/technetwork/java/javase/tech/index-jsp-140228.html
http://www.oracle.com/technetwork/java/faq-140837.html
For a description of the functions you can use with this panel, see "Memory Tab Functionality".