如何减少 Eclipse PDT 启动所需的时间?
我是一个非常有耐心的人,但是 Eclipse 花了很长时间才让我开始工作,这似乎很烦人。
这是为什么?我从 Zend 网站下载了一个干净的 PDT 发行版。没有添加额外的插件。
这种事只发生在我身上吗?还有其他人注意到这种延迟吗?
最好的, 德米安
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用以下参数从命令行运行 eclipse,为其分配更多内存:
eclipse -vmargs -Xms512m -Xmx1g
注意:我假设您有 2 个或更多 GB 的 RAM
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