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

后端 未结 4 1071
不思量自难忘°
不思量自难忘° 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条回答
  •  悲&欢浪女
    2020-12-30 04:08

    Go to Eclise.ini file(C:\Program Files\eclipse-standard-kepler-SR2-win32-x86_64\eclipse\eclipse.ini) and open it with a Notepad to edit: -Xms256m -Xmx1024m (as per Requirement)

    This will increase the heap size and overcomes the error.

    PS:for Windows 7 and above,"Run as Administrator" can only Save the Change.

提交回复
热议问题