WebSphere

User Group UK

Looking for up-to-date content? Check out IBM's WebSphere, Liberty, Java & DevOps Community, as well as @wasdevnet and @openlibertyio on Twitter!


Title:
Java Garbage Collection: Best Practices for tuning GC
Stream:
156
Speakers:
Neil Masson
Abstract:
Not all workloads are created equal. Different applications use memory in different ways and thus can benefit from different garbage collection strategies. The IBM® Java™ Virtual Machine (JVM) has always supported several different GC policies to support various types of applications. At the same time, hardware is evolving and software must adapt to make better use of it. In IBM WebSphere® Application Server V8 the default garbage collection policy uses both generational and concurrent collection strategies. This sessions provides an overview of the best practices for tuning garbage collection, including the new default policy.