Quickly analyze Java memory usage and spot Java heap leaks by using the Memory Profiler to take individual snapshots of the heap and save these locally. A memory snapshot captures profiling data on allocated objects. Snapshots can easily be compared and differences highlighted to analyze memory usage
Use the GC Roots Profiling feature to find memory leaks in Java. A Memory leak is achieved when an object retains memory and cannot be collected because they are referenced from other live objects (due to a defect in the application). Every leaked object is accessible from at least one GC Root or is a GC Root. Each leaked object has a path that starts with GC Roots and contains (ends with) the leaked object.
Get FusionReactor ColdFusion memory tuning to allow you to analyze Java memory usage and get instant insight into the heap in your production Java applications. Available in Developer, Standard, Enterprise and Ultimate editions. FusionReactor Cloud is also available with extended data retention, application-focused metrics, and advanced alerting capability.