Tag: testing

How to Tune the Heap Utilization of the JVM

This section describes in detail how to analyze and tune a JVM. As I explained above an optimized configuration can neither be calculated nor guessed because the heap utilization depends on the application and its usage. We usually start with a suboptimal configuration provided by an experienced developer.  On a nonfunctional tool test environment, we […]

Back To Top