Skip to content

Instantly share code, notes, and snippets.

@S204STi
Created February 2, 2018 22:52
Show Gist options
  • Save S204STi/b49735384999e5e1444dbe0f7d4b8fcc to your computer and use it in GitHub Desktop.
Save S204STi/b49735384999e5e1444dbe0f7d4b8fcc to your computer and use it in GitHub Desktop.
generic settings for sts.ini
#computer is a windows laptop using an Intel i7-4720HQ (8 threads) with 16384MB DDR3 on Windows 10 install on a SATA SSD
-startup
#this is going to need to be changed based on your configuration
plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar
--launcher.library
#this is going to need to be changed based on your configuration
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.551.v20171108-1834
-product
com.springsource.sts.ide
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.8
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-server
-Xmn128m
-Xms1024m
-Xmx4096m
-Xss2m
-XX:PermSize=256m
-XX:MaxPermSize=512m
-XX:+UseParallelGC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment