Thursday, October 21, 2010

Java Performance Tuning

Oracle Technetwork article on gc tuning
Memory leaks in Java

java
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=9000
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-agentlib:hprof=heap=dump,file=/tmp/hprof.bin,
format=b,depth=10
-jar java_app.jar

use jconsole from JDK 6