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.