Skip to content

Instantly share code, notes, and snippets.

@MiloCasagrande
Created March 11, 2012 17:04
Show Gist options
  • Save MiloCasagrande/2017130 to your computer and use it in GitHub Desktop.
Save MiloCasagrande/2017130 to your computer and use it in GitHub Desktop.
My Eclipse Configuration File
-showlocation
-nosplash
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505
--launcher.XXMaxPermSize
256m
-vm
/usr/lib/jvm/java-1.6.0-openjdk/bin/java
-vmargs
-Xverify:none
-XX:+UseParallelGC
-XX:+AggressiveOpts
-XX:ParallelGCThreads=2
-XX:-DontCompileHugeMethods
-XX:MaxInlineSize=1024m
-XX:FreqInlineSize=1024m
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=256m
-Xms512m
-Xmx1024m
-Xss2m
-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment