Great Article about GC. click here
List of JVM Options byJoseph D. Mocker (Sun Microsystems, Inc.) – click here
Some Java cmd line options for tuning GC
-Xms initial java heap size
-Xmx maximum java heap size
-Xmn the size of the heap for the young generation
-Xss the stack size for each thread
1 comment:
Nice article , you have indeed covered Garbage Collection in Java in details with sample code and graphics, its indeed a topic which require a deeper understanding than many other java topics.
Javin
How Garbage collection works in Java
Post a Comment