IBM WebSphere Garbage Collection Logs – What they can tell you
Garbage Collection in Java is a neat feature: It helps developers focus on the important business and application logic while the runtime takes care of the memory management. While this process is mostly automated, it can still be worthwhile to pay attention to what the garbage collector is doing and how efficiently it performs its…