Eclipse Kepler Crash after startup with Message:-Java heap space

后端 未结 4 1069
不思量自难忘°
不思量自难忘° 2020-12-30 03:45

I am getting below exception

An internal error occurred during: \"Building workspace\".
Java heap space

and then i am getting

<         


        
4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-30 04:06

    Just add this in your eclipse VM arguments.

    -XX:MaxPermSize=256m -Xmx1024m
    

    and restart the server.

提交回复
热议问题