1. 程式人生 > >eclipse out of memory 記憶體溢位報錯處理方法

eclipse out of memory 記憶體溢位報錯處理方法

在eclipse開發除錯中頻繁出現 out of memory 記憶體溢位報錯,非常頭疼,行之有效處理方法:(debug configuration --->jre---->  在Vm arguments新增)

-Xms256m
-Xmx512m
-XX:PermSize=128M
-XX:MaxPermSize=128M