July 30, 2007
Eclipse And The Dreaded PermGen Space
Just a quick note for Eclipse developers: The dreaded PermGen space error might be avoided by starting the IDE with the option -vmargs -XX:PermSize=64M -XX:MaxPermSize=128M - under Linux. For Windows, the eclipse.ini settings apply. See the Eclipse Wiki for more information.
Filed by Magnus at 10:47 am under eclipse, howto
3 Comments.