Native Memory Tracking
The Native Memory Tracking (NMT) is a Java HotSpot VM feature that tracks internal memory usage for a Java HotSpot VM.
For more information about Native Memory Tracking, see
docs.oracle.com.
Prerequisites
Start the JVM with summary tracking using the command line option -XX:NativeMemoryTracking=summary. Set the property in the AppNode.tra file. For example, java.extended.properties=-Xmx1024m -Xms128m -XX:NativeMemoryTracking=summary
Procedure
Copyright © Cloud Software Group, Inc. All rights reserved.