我应该在新机器上使用 Eclipse 32 位还是 64 位?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10652677/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Should I use Eclipse 32bits or 64bits on my new machine?
提问by Sébastien
This might be a dumb/naive question, and if it is please excuse me :)
这可能是一个愚蠢/幼稚的问题,如果是,请原谅:)
I have a brand new machine with the following specs:
我有一台具有以下规格的全新机器:
- Inter Core i7 [email protected]
- RAM 8 GB
- Windows 7
- 酷睿 i7 [email protected]
- 内存 8 GB
- Windows 7的
This machine has a 64 bits architecture.
这台机器有一个 64 位架构。
On my previous machine, I used to install 32 bits versions of Eclipse and run it using a 32 bits JRE, and my current Eclipse setup works perfectly on the new machine.
在我之前的机器上,我曾经安装 32 位版本的 Eclipse 并使用 32 位 JRE 运行它,而我当前的 Eclipse 设置在新机器上完美运行。
I tried to install a 64bits version of Eclipse, and run it with a 64 bits JRE, and I am wondering if there are any compelling reasons to switch to this kind of setup or stick to my existing install. I guess that I would have to reinstall all the plugins, and maybe find that some of them are not compatible with the 64 bits version of Eclipse.
我尝试安装 64 位版本的 Eclipse,并使用 64 位 JRE 运行它,我想知道是否有任何令人信服的理由切换到这种设置或坚持我现有的安装。我想我将不得不重新安装所有插件,并且可能会发现其中一些与 64 位版本的 Eclipse 不兼容。
So far, the 64 bits version seems to need quite some more RAM than the 32 bits version, which is something that I expected, but nothing seems to have improved.
到目前为止,64 位版本似乎比 32 位版本需要更多的 RAM,这是我所期望的,但似乎没有任何改进。
Thanks for your advice!
谢谢你的建议!
采纳答案by SteveD
In general I use 64-bit Eclipse without problem, but there can be issues around plug-ins such as:
一般来说,我使用 64 位 Eclipse 没有问题,但插件可能存在问题,例如:
- Adobe Flash Builder only works with 32-bit
- The Subversion plug-in Subclipse needs a native 64-bit version of Subversion installed separately
- Adobe Flash Builder 仅适用于 32 位
- Subversion插件Subclipse需要单独安装本机64位版本的Subversion
There may be more but those are the ones I've encountered in the past.
可能还有更多,但这些是我过去遇到的。
Moving to 64-bit gives you access to more addressable memory but it won't speed anything up, in fact it might reduce performance in some cases (but nothing I see as significant to what I do).
移动到 64 位可以让您访问更多可寻址的内存,但它不会加快任何速度,实际上在某些情况下它可能会降低性能(但我认为没有什么对我的工作很重要)。
回答by SteveD
Well the only thing that will improve is that you are able to use the advantages of 64bit. Other then that I'm not aware of any improvement.
那么唯一会改进的是您可以使用 64 位的优势。除此之外,我不知道有任何改进。
For example what's better in 64bit is that if you have a very large project set you would be able to handle it more comfortably. For more information on 64-bit please look here
例如,64 位更好的是,如果您有一个非常大的项目集,您将能够更轻松地处理它。有关 64 位的更多信息,请查看这里
If you want to be on the edge of technology your choice would of course be the 64bit setup.
如果您想走在技术的前沿,您的选择当然是 64 位设置。
About the ram, this is expected because some of the Datatyps now use 64bit and are therefore larger to store in memory.
关于 ram,这是意料之中的,因为一些数据类型现在使用 64 位,因此存储在内存中的空间更大。
For most plugins you will get a 64bit version or alternative and so far for what I've used it it always worked.
对于大多数插件,您将获得 64 位版本或替代版本,到目前为止,对于我使用过的插件,它始终有效。