IntelliJ IDEA VM options

为什么80%的码农都做不了架构师?>>>   hot3.png

# custom IntelliJ IDEA VM options

-Xms2048m
-Xmx2048m

-XX:ReservedCodeCacheSize=240m
-XX:MaxGCPauseMillis=200
-XX:G1HeapRegionSize=1m

-XX:+UseCompressedOops
-XX:+UnlockDiagnosticVMOptions

-XX:+G1PrintRegionLivenessInfo
-XX:+PrintAdaptiveSizePolicy
-XX:+PrintGCDetails
-XX:+PrintTenuringDistribution
-XX:+PrintReferenceGC
-XX:+PrintGCApplicationStoppedTime
-XX:+PrintGCApplicationConcurrentTime
-XX:+PrintCommandLineFlags
-XX:+PrintGCDateStamps
-XX:-PrintGCTimeStamps
-XX:+PrintHeapAtGC
-XX:+PrintTenuringDistribution
-XX:+PrintSafepointStatistics

-XX:+UseGCLogFileRotation
-XX:NumberOfGCLogFiles=10
-Xloggc:gc.log

转载于:https://my.oschina.net/shuay/blog/912640

你可能感兴趣的:(开发工具)