Created
September 20, 2016 17:58
-
-
Save adelarsq/4bd2875baf166c6780ec8745904ce0ca to your computer and use it in GitHub Desktop.
Configuração do Eclipse (eclipse.ini)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-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