Skip to content

Instantly share code, notes, and snippets.

@hseritt
Last active December 24, 2016 21:28
Show Gist options
  • Save hseritt/2ddfcb5942f671af300d816efec15fc4 to your computer and use it in GitHub Desktop.
Save hseritt/2ddfcb5942f671af300d816efec15fc4 to your computer and use it in GitHub Desktop.
Fast Eclipse settings for Ubuntu 14.04
-startup
plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
--launcher.library
../../../../../../../home/hseritt/.p2/pool/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.400.v20160518-1444
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
--launcher.GTK_version 2
openFile
-showsplash
org.eclipse.platform
--launcher.appendVmargs
-vm
/usr/lib/jvm/java-8-oracle/jre/bin
-install
/media/hseritt/Disk1/apps/eclipse/neon/eclipse
-vmargs
-Dosgi.requiredJavaVersion=1.8
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Dosgi.requiredJavaVersion=1.8
-Xms1024m
-Xmx1024m
-Declipse.p2.max.threads=10
-Doomph.update.url=http://download.eclipse.org/oomph/updates/milestone/latest
-Doomph.redirection.index.redirection=index:/->http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/
-Xverify:none
-XX:+AggressiveOpts
-XX:PermSize=512m
-XX:MaxPermSize=512m
-Xmn512m
-Xss2m
#-XX:+UseParallelOldGC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment