Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] out of memory exception while building AspectJ project in Eclipse

> I converted a medium-sized java project (50,000+ LOC) to AspectJ project
> in Eclipse. I don't know why I am always received an "out of memory"
> exception while compiling the project. Do you have any suggestion in
> this problem? Is there any way that I can increase the available memory
> for AspectJ compiler in Eclipse?

In the shortcut to your eclipse (under properties in Windows), pass these
arguments:  -vmargs -Xms384m -Xmx384m  (or more if you have the memory)

-Macneil



Back to the top