eclipse.ini template for Scala developemnt
-startup | |
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar | |
--launcher.library | |
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326 | |
-product | |
org.eclipse.epp.package.jee.product | |
--launcher.defaultAction | |
openFile | |
-showsplash | |
org.eclipse.platform | |
--launcher.XXMaxPermSize | |
256m | |
--launcher.defaultAction | |
openFile | |
--launcher.appendVmargs | |
-vmargs | |
-Dosgi.requiredJavaVersion=1.6 | |
-XX:PermSize=256m | |
-XX:MaxPermSize=1g | |
-Xms512m | |
-Xmx2g | |
-Xss2m | |
-XX:MaxGCPauseMillis=10 | |
-XX:+ScavengeBeforeFullGC | |
-XX:-UseParallelOldGC | |
-XX:+HeapDumpOnOutOfMemoryError | |
-XX:+CMSClassUnloadingEnabled | |
-Dosgi.requiredJavaVersion=1.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment