Quantcast
Channel: JavaPins - Stories tagged with jvm
Viewing all articles
Browse latest Browse all 26

How Garbage Collection differs in the three big JVMs

$
0
0
Most articles about Garbage Collection ignore the fact that the Sun Hotspot JVM is not the only game in town. In fact whenever you have to work with either IBM WebSphere or Oracle WebLogic you will run on a different runtime. While the concept of Garbage Collection is the same, the implementation is not and neither are the default settings or how to tune it. This often leads to unexpected problems when running the first load tests or in the worst case when going live. So let’s look at the different JVMs, what makes them unique and how to ensure that Garbage Collection is running smooth
Pin it

Viewing all articles
Browse latest Browse all 26

Trending Articles