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
set the heap size;
set target GC pause time.
More