Notes to Self

Alex Sokolsky's Notes on Computers and Programming

Java VM Tuning

It’s all about GC. At least Java 7 update 51.

Choose Garbage First (G1) Collector

More