昨天在Javaeye上看到一篇关于Eclipse调优的文件,真是当头一棒,之前咋就没想到呢?!!

自己调整了一下,得到以下参数:

-Xms40m
-Xmx256m
-XX:MaxPermSize=128m
-XX:ReservedCodeCacheSize=128m
-Dfile.encoding=utf8
-Xverify:none
-XX:+DisableExplicitGC
-XX:+UseParNewGC
-Xnoclassgc
-XX:+UseBiasedLocking
-XX:+UseFastAccessorMethods

感觉上快了不少哦



blog comments powered by Disqus

Published

2010-09-08 21:18:44

Categories


Tags

Fork me on GitHub