5 ms·
Have you explored JVM tuning? Have you upgrading your version of java? Both can increase the performance quite a bit. Put these in your idea.vmoptions file a
by lstrope 14y ago
Have you explored JVM tuning? Have you upgrading your version of java? Both can increase the performance quite a bit.
Put these in your idea.vmoptions file and thank me later.
-Xms400m
-Xmx400m
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=64m
-XX:+UseConcMarkSweepGC
-XX:-UseParNewGC
-XX:+AggressiveOpts
-XX:+UseCodeCacheFlushing
-Dawt.useSystemAAFontSettings