Skip to content

Instantly share code, notes, and snippets.

@mohanmca
Last active August 29, 2015 14:06
Show Gist options
  • Save mohanmca/2c9212e45a1f698a5789 to your computer and use it in GitHub Desktop.
Save mohanmca/2c9212e45a1f698a5789 to your computer and use it in GitHub Desktop.
Always start truning the young generation first.
java -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -verbose:gc -Xloggc:/var/tmp/jvm_gc.log
java -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:PrintHeapAtGc -XX:-PrintTenuringDistribution -XX:-HeapDumpOnOutOfMemoryError -verbose:gc -Xloggc:/var/tmp/jvm_gc.log
Histogram
-XX:-PrintClassHistogram (JMap -histo)
//vi /usr/java/jre1.7.0/bin/jstatd.policy
grant codebase "file:/usr/java/jre1.7.0/lib/tools.jar" {
permission java.security.AllPermission;
};
jstatd -p 9999 -J-Djava.security.policy=/usr/java/jre1.7.0/bin/jstatd.policy -J-Djava.rmi.server.hostname=192.168.0.106
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment