Blog

Pay-as-you-go now available

Posted on December 18, 2019

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!
When it comes to optimizing GC, tuning is not the answer. Read the full article here.

Duplicate Objects in Java: Not Just Strings

Posted on February 27, 2019

Did you ever consider that instances of other classes can sometimes be duplicate and waste a considerable amount of memory?Read the full article here.

What’s Wrong With Small Objects in Java?

Posted on January 15, 2019

There are a few reasons why you should not use numerous small objects in Java. Read the full article here to learn what they are.

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.