What are the best JVM settings for Eclipse on windows 7 64 bit?

心已入冬 提交于 2019-12-11 13:03:26

问题


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


回答1:


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.




回答2:


Start by making sure you're using a 64bit JVM. Other than that, there should be no special settings needed.



来源:https://stackoverflow.com/questions/3007869/what-are-the-best-jvm-settings-for-eclipse-on-windows-7-64-bit

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