Can any one please suggest, Why STS(Version: 3.4.0.RELEASE)
taking long time to start.
My PC Deatails:
STS.ini Details:
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20130807-1835
-product
org.springsource.sts.ide
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-vmargs
-Dorg.eclipse.swt.browser.IEVersion=10001
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx768m
-XX:MaxPermSize=256m
-Dorg.eclipse.swt.browser.IEVersion=10001
I already searched for this issue but i can't got any good solution,any help is really appreciated.
May be you can try following
-Xms40m
to -Xms500m
. It indicates jvm to start with 500 Mb memory.<WORK_SPACE>/.metadata.plugins\org.eclipse.core.resources.projects\.markers.snap
, because sometimes eclipse will constantly polling a fairly large snapshot of some of your projects.Windows -> Preferences -> General -> Startup and Shutdown
latest JVM
supported on your machine this may help as wellDisable all validations
under preferences unless you need themI hope these tips will help you for sure :) .
My STS was taking a long time, 5 minutes just to boot up, in spite of running on a high performance SSD machine. So I modified the STS.ini with Xms=200m(original value was 40m) and it started booting up real fast in under 30 seconds.
-Dosgi.requiredJavaVersion=1.8
--add-modules=ALL-SYSTEM
-Xms300m
-Dosgi.module.lock.timeout=10
-Dorg.eclipse.swt.browser.IEVersion=10001
-Xmx1200m
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With