How can I reduce the time that Eclipse PDT needs to startup?

橙三吉。 提交于 2019-12-08 13:39:34

问题


I'm a very patient guy but seems very annoying the long time that Eclipse takes to let me start working.

Why is that? I have a clean PDT distribution download form the Zend site. No extra plugins added.

Is this only happening to me? Does anyone else notice this delay?

Best, Demian


回答1:


Run eclipse from the command line with these arguments to assign more memory to it:

eclipse -vmargs -Xms512m -Xmx1g

Note: I assume you have a RAM of 2 or more gigs



来源:https://stackoverflow.com/questions/2278785/how-can-i-reduce-the-time-that-eclipse-pdt-needs-to-startup

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