Windows 7 64 位上 Eclipse 的最佳 JVM 设置是什么?
Windows 7 64 位上的 Eclipse 3.5.2 的最佳设置是什么?我读过 Eclipse 的最佳 JVM 设置是什么?,但没有提到 64 位系统。 Eclipse 3.5.2 在我的 8GB Windows 7 64 位机器上运行速度相当慢。 提前致谢!
大卫
What's the best settings for Eclipse 3.5.2 on Windows 7 64 bit? I've read What are the best JVM settings for Eclipse?, but nowhere 64 bit system was mentioned. Eclipse 3.5.2 runs pretty slow on my 8GB windows 7 64 bit box.
Thanks in advance!
David
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一般来说,在 64 位操作系统上运行 eclipse 时,我必须使用 压缩 oops。请参阅Ismael Juma 关于该主题的博客文章。 对于 Sun JVM,这意味着将
-XX:+UseCompressedOops
添加到 eclipse.ini 中的 JVM 参数中。I've had to use compressed oops when running eclipse on 64 bit operating systems in general. See Ismael Juma's blog post on the subject. For Sun JVMs this means adding
-XX:+UseCompressedOops
to your JVM args in the eclipse.ini.首先确保您使用的是 64 位 JVM。除此之外,应该不需要任何特殊设置。
Start by making sure you're using a 64bit JVM. Other than that, there should be no special settings needed.