Techniques for Minimizing the Performance Impact of Java Garbage Collection Across Your System Landscape

Techniques for Minimizing the Performance Impact of Java Garbage Collection Across Your System Landscape

Reading time: 2 mins

When you set out to optimize the performance of a multi-user application, a natural focus is removing or minimizing application contentions. For Java applications, there is one common source of contention: garbage collection (GC). This article explains in detail how GC affects application execution, and presents a formula you can use to predict the extent...

This content is for SAPinsider Monthly Subscription, SAPinsider Annual Subscription, and SAPinsider Premium Annual Subscription members only.
Log In Join Now

More Resources