Skip to content

Instantly share code, notes, and snippets.

@ccarrasc
Last active December 25, 2015 16:39
Show Gist options
  • Save ccarrasc/7007500 to your computer and use it in GitHub Desktop.
Save ccarrasc/7007500 to your computer and use it in GitHub Desktop.
.ini for Windows 7 + Eclipse Kepler + JDK 1.7.0_45
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20130807-1835
-product
org.eclipse.epp.package.standard.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
512M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vm
# use java.exe rather than javaw.exe to see the console
C:/Program Files/Java/jdk1.7.0_45/jre/bin/javaw.exe
# Non-Standard Options
-vmargs
# Initial Java Heap allocation
-Xms1024m
# Max Java Heap allocation
-Xmx2048m
# Thread Stack size
-Xss4m
# Permanent Generation space of objects (non-garbage collected)
-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