Skip to content

Instantly share code, notes, and snippets.

@karanmalhi
Created June 24, 2011 18:36
Show Gist options
  • Save karanmalhi/1045384 to your computer and use it in GitHub Desktop.
Save karanmalhi/1045384 to your computer and use it in GitHub Desktop.
example eclipse.ini file
-startup
plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.2.R36x_v20101222
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
--launcher.defaultAction
openFile
-vm
C:/Program Files/Java/jdk1.6.0_24/bin/javaw.exe
-product
org.eclipse.epp.package.java.product
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx2048m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment