java memory management Memory Management in Java: Garbage Collection Tuning and Optimization Tuning garbage collection is an important task in designing scalable applications in Java. he three considerations for tuning are Latency Throughput and Capacity. This article presents a real life tuning example and general concepts