Windows 7 32 位上 eclipse (indigo) 的硬件要求

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/8740571/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 20:48:52  来源:igfitidea点击:

Hardware requirements for eclipse (indigo) on windows 7 32 bit

eclipseeclipse-plugin

提问by Waqas Rana

How much ram and processing power are required to run eclipse smoothly?

需要多少内存和处理能力才能顺利运行 eclipse?

I plan to build plugins by extending EMF, GEF.

我计划通过扩展 EMF、GEF 来构建插件。

回答by sbegaudeau

If you want to be confortable to build plugins, 2GB of RAM is a minimum since you would need multiple Eclipse instances (at least the instance where you have the code of the plugin and the instance where your plugin is running). For the processor, pretty much anything released in the last 4 years (except low end processor) and you're good.

如果您想轻松地构建插件,则至少需要 2GB 的 RAM,因为您需要多个 Eclipse 实例(至少是您拥有插件代码的实例和运行插件的实例)。对于处理器,过去 4 年中发布的几乎所有产品(低端处理器除外)都很好。

I had a Core 2 Duo with 2GB of RAM a year ago and while it was a bit slow from time to time, I could do my job with 2/3 Eclipse instances. Now with a Core i7 and 6GB, I run daily with 6+ Eclipse instances without feeling any problem.

一年前我有一个带有 2GB RAM 的 Core 2 Duo,虽然它有时有点慢,但我可以用 2/3 Eclipse 实例完成我的工作。现在有了 Core i7 和 6GB,我每天运行 6 个以上的 Eclipse 实例,没有任何问题。

Stephane Begaudeau

斯蒂芬·贝戈多

回答by Vyacheslav

Eclipse java code responsible for long time operations(index update) is mostly singlethreaded, so it is 2-core(there is no one core proc on the market with normal power), i think i3 and overclocked as high as possible. 4gb of cheap ram is quite enough, you don't need fast ram for that. I've also suggested small size SSD raid for HDD is you have enough money. But actully it is not about hardware. It is about eclipse algorithms, memory management, bugs and usability.

负责长时间操作(索引更新)的 Eclipse java 代码大部分是单线程的,所以它是 2 核的(市场上没有一个具有正常功率的核心 proc),我认为 i3 和超频尽可能高。4GB 的廉价内存就足够了,你不需要快速内存。如果您有足够的钱,我还​​建议对 HDD 进行小型 SSD RAID。但实际上这与硬件无关。它是关于 Eclipse 算法、内存管理、错误和可用性的。