Eclipse 3.2 out of memory

来源:互联网 发布:数据分析和金融结合 编辑:程序博客网 时间:2024/05/02 17:19
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