Eclipse - 界面中的Java堆错误

时间:2009-10-24 19:48:30

标签: java eclipse eclipse-plugin

我是eclipse的新手,它工作得很好,但现在它给了我Java堆问题,有时还有outofmemory问题......

任何人都可以帮助我使用我的eclipse.ini ...我增加了一些内存值,它变得更好但不完美......

我正在使用这个java,但目前还没有进行java编辑,因为我只是在eclipse界面..

1.6 1.6.0_16 http://java.sun.com/products/autodl/j2se C:\ Program Files \ Java \ jre6 \ bin \ javaw.exe true

这是我的ini,目前非常小

-startup
plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-product
org.eclipse.epp.package.rcp.product
--launcher.XXMaxPermSize
384M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-nl en_US
-Dosgi.requiredJavaVersion=1.5
-Xms128m
-Xmx512m
-Djava.net.preferIPv4Stack=true

1 个答案:

答案 0 :(得分:2)

以前见过堆问题(例如,请参阅this questionthat one)。
由于堆大小like here

,因此提出了各种设置(can be specified in Java

经过相当多的eclipse.ini实验,我发现我的版本足够稳定,可用于大多数当前用途。
请参阅Eclipse Galileo 3.5 and 3.5.1 settings(作为各种其他eclipse optimizations

的一部分)