With JXRay 2.6u10 release, you now have an option to “pay as you go”. You may add money to your account on the Buy page, and then a small amount will be deducted from your balance after every successful JXRay run. You get a JXRay account automatically after running it for the first time. We hope that those of you who use JXRay infrequently will enjoy this option!
Author: Mikhail Dmitriev
The Best Way to Optimize Garbage Collection is NOT by Tuning It
When it comes to optimizing GC, tuning is not the answer.
Duplicate Objects in Java: Not Just Strings
Did you ever consider that instances of other classes can sometimes be duplicate and waste a considerable amount of memory?
What’s Wrong With Small Objects in Java?
There are reasons you should not use numerous small objects in Java.
Detecting Memory Leaks From a JVM Heap Dump
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.