Skip to content

Instantly share code, notes, and snippets.

@leandrogilvalle
Last active April 25, 2016 19:41
Show Gist options
  • Select an option

  • Save leandrogilvalle/fef61ab3dd668ab877941026dba349a3 to your computer and use it in GitHub Desktop.

Select an option

Save leandrogilvalle/fef61ab3dd668ab877941026dba349a3 to your computer and use it in GitHub Desktop.
Eclipse - Configuração do eclipse.ini
-startup
plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.300.v20150602-1417
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vm
C:/Program Files/Java/jdk1.8.0_60/bin/javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.8
-XX:PermSize=256M
-XX:MaxPermSize=512M
-Xms256M
-Xmx1024M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment