站内搜索: 请输入搜索关键词

当前页面: 开发资料首页Eclipse 专题运行Eclipse最小需要多少内存?

运行Eclipse最小需要多少内存?

摘要: 运行Eclipse最小需要多少内存?


请各位大侠指教。


256的话跑起来会比较卡,至少512吧




不过如果做的项目大一点的话

调试的时候512都有点少


看你的项目和插件多少了。


512的可以跑跑 256的拖不动啊估计


学生没钱呀我~~ 
256的我~~
用起来是用点卡~~
不过还可以将就着用吧~~
唉~~
看来还是多学点东东~~
能快点搞点兼职~
换换硬件呀~~
努力~~


最好512以上,我的512都经常跑满了。。。


我把内存占用的参数设置在1G的...


我原来设置成512M的时候经常因为ECLIPSE占用内存太多死掉,现在好多了...


在哪里设置参数哦~~~


如果只运行eclipse的话据说只要几百K,关键是还要集成插件,你用到插件的多少决定你用内存的大小!


eclipse目录下的eclipse.ini文件中就可以设置参数


如果按最小来说的话,只需要128M即可满足,但由于在实际开发中安装了相关的其它插件以及其它的应用程序的影响,建议内存在512M以上(包括512)即可!


1G最好。


一个eclipse加一个resin,再加个IE方便查找资料, 512的刚够用~~1G才是好的啊,嘿


1G才最好,用了插件512不够用


我觉得768m就可以用,在小就特别慢了!建议用1g的



多设点虚拟内存,我的内存条是1.5g的没有卡的问题,嘎嘎~~


最少也要512,最好1G。


谁说要1G呀.当条子不要钱呀.512就可以了.我的还不到512照跑.就是慢点了


楼主能达到的就是最合适的配置


当然是越多越好了,不过512 的应该可以用,但是操作系统尽量就别用XP了,那个XP启动就占了不少的,所以留下给eclipse的就不多了,这个家伙本来就比较耗内存,所以建议别用XP系统,就能好很多。


我是256m的 ,一定都不觉得卡,还开了n多东西,虚拟内存设了768m,eclipse本身占的内存特别小,自己到进程里面看


嘿嘿,多多益善啊


我的是512的,跑得挺好,插件也挺多。
很正常!!!


我用的256 只有一点点卡 不过当然内存越大越爽啦


呵呵,本人机器256的,日食Oracle一起跑的时候反倒比单开日食快。还同时开过MS SQL和金山词霸!


512的够了
除非你写那些大型系统

我512的调试程序很流畅,而且还开了很多其他的程序

PS:win2000+eclipse3.2+Oracle 10g


现在的内存便宜很多了,512M才不会感觉慢。


我512跑时经常剩几十M内存


1G吧


建议不要将Eclispe的内存设置的过大,最好是你的机器的物理内存的1/3。
内存过大或者于机器物理内存相近时,会引起内存抖动(Memory Thrashing),速度由于虚拟内存交换的频度增加而急剧下降,这是现代操作系统的内存管理普遍特征,任何软件都是如此。所以不要你的机器有1G内存,你就使用1G,最好是它的1/3。
Java程序基本都是这样的。


Eclipse太占内存了,内存至少要1G,这儿有一个Installation Guide:
http://ist.berkeley.edu/as/ag/tools/howto/install-eclipse-win.html#Prerequisites

Prerequisites

These are the basics; if your machine isn't running these, please install or upgrade as appropriate:

* Hardware: a modern, well-equipped workstation; 1GB RAM is minimal
* Operating System: Upgrade to latest stable, high-encryption releases of Windows
* Web Browser: It will be useful to have a current version of FireFox. If you also use other browsers, they should also be upgraded to recent, stable versions.
* Java: Install J2SE (as of August 2006, Streek projects are developed using 1.5.0); if you're not sure how to install Java, you can refer to these local instructions; or to Sun's instructions. [Note: Eclipse is a Java program, and requires a modern JRE (Java Runtime Environment) in which to run. Generally speaking, your best bet is to run a current version of Eclipse in the most recently released JRE. In the instructions that follow, developers are recommended to install the Java Development Kit (JDK), which includes the Java Runtime Environment. If you are certain you will not be doing Java development, and have some other reason to install the JRE only, that is also an option; however, installation and usage HowTo documents on this site will assume that the JDK is installed on a development machine.]
* Public Key Login on repository host: Exchange public keys with the CVS and/or Subversion server you will use from within Eclipse, to allow access to the repository (or repositories) unencumbered by authentication dialogs. To do so (or to test whether this is already done), follow these local instructions, applying them to your CVS server (e.g., canvas.berkeley.edu or svn.berkeley.edu)




如果用eclipse随便搞搞的话,256m足够了,要是用来做项目,而且类比较多,那么最好512M以上,不然在刷新项目的时候估计会经常跳出“out of memory”,那种感受真是痛苦


↑返回目录
前一篇: 菜鸟问题:eclipse开发JSP的时候,要建立类或导入类该怎么办啊
后一篇: eclipse启动不了. 提示 "Required Java version:1.4.1 Available 1.3.1_01" why