Problem: eclipse 3.2 crashes with out-of-memory-error dialog or even without any warning on Windows XP.
Solution: open the eclipse.ini in the %Eclipse_HOME%, insert the following lines
-vmargs
-XX:MaxPermSize=512m
-Xms512m
-Xmx1024m
Solution: open the eclipse.ini in the %Eclipse_HOME%, insert the following lines
-vmargs
-XX:MaxPermSize=512m
-Xms512m
-Xmx1024m
本文介绍了如何解决Eclipse 3.2 在Windows XP上因内存不足导致崩溃的问题。通过编辑eclipse.ini文件并设置特定的JVM参数,可以有效地提高Eclipse的内存限制,避免程序意外终止。

1577

被折叠的 条评论
为什么被折叠?



