Skip to content

Instantly share code, notes, and snippets.

@adelarsq
Created September 20, 2016 17:58
Show Gist options
  • Save adelarsq/4bd2875baf166c6780ec8745904ce0ca to your computer and use it in GitHub Desktop.
Save adelarsq/4bd2875baf166c6780ec8745904ce0ca to your computer and use it in GitHub Desktop.
Configuração do Eclipse (eclipse.ini)
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20150204-1316
-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
-vmargs
-Dosgi.requiredJavaVersion=1.6
-XX:MaxMetaspaceSize=1000M
-XX:+UseG1GC
-XX:+AggressiveOpts
-XX:+UseFastAccessorMethods
-Xverify:none
-javaagent:C:\eclipse-jee-luna-SR1-win32-x86_64\plugins\com.zeroturnaround.eclipse.optimizer.plugin_1.0.9/agent/eclipse-optimizer-agent.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment