Skip to content

Instantly share code, notes, and snippets.

@webdevel
Created March 10, 2013 02:17
Show Gist options
  • Save webdevel/5126795 to your computer and use it in GitHub Desktop.
Save webdevel/5126795 to your computer and use it in GitHub Desktop.
Eclipse INI Example

Eclipse INI Example

Here is an example of a customized Eclipse configuration.

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813
-product
org.eclipse.epp.package.mobile.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-Djava.library.path=/usr/lib/x86_64-linux-gnu/jni
-Xms1536M
-Xmx1536M
-Xmn256M
-XX:+AggressiveOpts
-XX:+UseFastAccessorMethods
-XX:+UseStringCache
-XX:+OptimizeStringConcat
-XX:PermSize=256M
-XX:MaxPermSize=256M
-XX:AllocatePrefetchLines=1
-XX:AllocatePrefetchStyle=1
-Dide.gc=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment