How to tweak this eclipse.ini file to improve the performance of eclipse(Helios)?

五迷三道 提交于 2019-12-06 12:19:58

One option could be to ensure that Eclipse is started with a more current JDK. Currently, you only demand that Java version should be at least 1.5. If your Eclipse is really running with JDK 1.5, going to Java7 will give you a way much better performance, and I suspect start-up performance as well.

Give it more memory. Make it something like -Xmx2g. This way if eclipse ever needs more memory it will be able to use it, if not then it will keep using the same amount of memory it always does.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!