Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj] Re: [aspectj-users] out of memory during compilation in eclipse

Adrian Colyer wrote:


You need to add some startup arguments to the eclipse invocation (if you're on windows, the easiest way to do this is create a shortcut to eclipse.exe and then edit its properties). I use e.g.

xxx\eclipse-SDK-3.0M6-win32\eclipse\eclipse.exe -data <path to my workspace dir> -vmargs -Xmx512M

It fixed the problem.
Thanks!
Federico



Back to the top