One the world’s largest automobile manufacturers has optimized their middleware platform’s response time by several folds. This world renowned enterprise optimized their garbage collection performance using our GCeasy tool and was able to reduce their overall application’s response time by a stunning 49.46%

When you optimize Garbage collection performance, you are not only improving the Garbage collection pause time, but you are also improving the overall application’s response time. Just by modifying the garbage collection settings without refactoring a single line of code, this team improved their overall application’s response time significantly. The table below summarizes the overall response time improvement they achieved with each Garbage Collection setting they made:

Avg Response Time (secs)Transactions > 25 sec (%)
Baseline1.880.7
GC settings iteration #21.360.12
GC settings iteration #31.70.11
GC settings iteration #41.480.08
GC settings iteration #52.0450.14
GC settings iteration #61.0870.24
GC settings iteration #71.030.14
GC settings iteration #80.950.31

When they started the GC tuning exercise, this automobile application’s overall response time was 1.88 seconds. As they optimized Garbage Collection performance with different settings, on iteration #8, the automobile manufacturer was able to improve the overall response time to 0.95 seconds. i.e., 49.46% improvement in the response time.  Similarly, percentages of transactions taking more than 25 seconds dropped from 0.7% to 0.31%, i.e., 55% improvement. This is a significant improvement to achieve without modifying a single line of code. 

All other forms of response time improvement will require an infrastructure, architectural or code-level change. All those changes are expensive. Even if you embark on making those costly changes, there is no guarantee of the application’s response time improvement.