2012年/10月/02日

首页回退

我喜欢的jvm参数

原文

-server
-Xms and -Xmx
-Xshare

-verbose:gc
-Xprof
-Xrunhprof

-XX:+UseParallelGC
-XX:+UseConcMarkSweepGC

-XX:NewRatio The defaults are 1:12 in the -client VM and 1:8 in the -server VM
-XX:MaxPermSize

-XX:+PrintCompilation
-XX:+PrintGCDetails

-XX:+TraceClassLoading and -XX:+TraceClassUnloading 

-XX:MaxInlineSize
-XX:CompileThreshold
-XX:+LogCompilation

-XX:+PrintOptoAssembly