An out of memory error has occurred.

gao_chun發表於2014-09-02

eclipse記憶體溢位錯誤

An out of memory error has occurred.Consult the "Running Eclipse" section of read me file

for information on preventing this kind of error in the future.


解決方法:
調一下Eclipse的記憶體,在eclipse目錄下,會有一個eclipse.ini的檔案,裡面把相應檔案適當調大些。

-showsplash org.eclipse.platform
--launcher.XXMaxPermSize 256M
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms256m
-Xmx512m


相關文章