Blog

Detecting Memory Leaks From a JVM Heap Dump

Posted on November 5, 2018

Want to learn more about detecting memory leaks from a JVM heap dump? Check out this post to learn more about Java and Garbage Collection. Read the full article here.

What’s Wrong With Java Boxed Numbers?

Posted on October 3, 2018

What’s wrong with boxed numbers in Java? Check out this post to learn more about boxed numbers and how they can waste memory and create GC pressure for your applications. Read the full article here.
Are you having trouble with native (off-heap) memory in your Java applications? Check out this post on how to troubleshoot those problems. Read the full article here.
Learn why duplicate strings emerge in Java applications and how you can detect and remove them to avoid numerous memory problems. Read the full article here.
Wondering about the memory impact of your Java collections? Here’s how to think about your collections while keeping overhead in mind. Read the full article here.