Thursday, December 30, 2010

Eclipse, permgen size, configure, outofmemoryerror

java.lang.OutOfMemoryError: PermGen

To alleviate the problem, you could edit the XXMaxPermSize in Eclipse.ini
...
--launcher.XXMaxPermSize
256M
...

to your desired size.

No comments:

Post a Comment