Out of Memory Error in Eclipse

前端 未结 2 638
陌清茗
陌清茗 2021-01-06 11:08

I am trying to install Spring framework in my eclipse ganymede through an update site http://springide.org/updatesite. But when it updates an error will occur in my ide whic

2条回答
  •  说谎
    说谎 (楼主)
    2021-01-06 11:54

    Try to raise the memory settings in the eclipse.ini.

    I am using

    -Xms512m
    -Xmx1024m
    -XX:MaxPermSize=512m
    

提交回复
热议问题