1

What are the best settings to ensure that eclipse is as fast and efficient as possible? I understand that eclipse requires a lot of memory and with the following it still is not that efficient

--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-XX:MaxPermSize=256m
-Xms512M
-Xmx2048M
pbespechnyi
  • 2,251
  • 1
  • 19
  • 29
Jim
  • 18,826
  • 34
  • 135
  • 254
  • 1
    possible duplicate of [Optimizing Eclipse for Android development](http://stackoverflow.com/questions/3654607/optimizing-eclipse-for-android-development) – nunofmendes Feb 25 '15 at 09:33

1 Answers1

0

This depends on the size and resources of your projects. There is no ideal setting for the Eclipse IDE.

Holds resources by default and will adding as needed.

João Marcos
  • 3,872
  • 1
  • 19
  • 14