I'm using STS-3.6.1.RELEASE on Win 8 and its performance is killing me. Opening files, saving changes, content assist feature or organizing imports are very slow and sometimes it crushes down.
I googled about slow performance and fasting solutions. Then applied them but result is same. Here some suggestions;
- Why is SpringSource Tool Suite (STS) so slow? And how can I fix it?
- http://philip.yurchuk.com/software/optimal-jvm-settings-for-sts/
Eclipse or Android Studio runs very well, just STS doesnt run properly. I dont know what to do. I tried anything; some .ini file settings, other STS versions (3.6.3), closing project validators etc. but same result. I think problem is on my pc because same STS version works very well with same projects on my co-worker's pc (Win 7-8, Mac).
My pc properties and STS
Win 8.1, i5 1.7ghz(4cpu), 64bit, 8gb ram
spring-tool-suite-3.6.1.RELEASE-e4.4-win32-x86_64
and sts.ini file
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140603-1326
-product
org.springsource.sts.ide
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
712M
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms256m
-Xmx1536m
-XX:MaxPermSize=1024m
-Dorg.eclipse.swt.browser.IEVersion=10001
-XX:CompileThreshold=1000
-XX:MaxGCPauseMillis=10
-XX:MaxHeapFreeRatio=70
-XX:+CMSIncrementalPacing
-XX:+UnlockExperimentalVMOptions
-XX:+UseG1GC
-XX:+UseFastAccessorMethods
-Djava.net.preferIPv4Stack=true
-Dsun.lang.ClassLoader.allowArraySyntax=true
Any suggestion or are others having similar experiences?