Page 1 of 1

"Memory Management in the Java HotSpot Virtual Machine

Posted: Mon Aug 28, 2006 9:44 pm
by Tomahawk
PDF 7MB


This paper provides a broad overview of memory management in the Java HotSpot virtual machine (JVM) in SunΆs J2SE 5.0 release. It describes the garbage collectors available to perform the memory management, and gives some advice regarding choosing and configuring a collector and setting sizes for the memory areas on which the collector operates. It also serves as a resource, listing some of the most commonly-used options that affect garbage collector behavior and providing numerous links to more detailed documentation