Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Rebuild AspectJ project after eclipse restart

One thing:

On 8 October 2010 09:32, Gil Sagi <gilmod@xxxxxxxxx> wrote:
> Currently the Eclipse downside is the memory consumption of the weaving
> process - it takes about 8 minutes and the heap is getting up to 1400MB so
> restart the Eclipse from time to time is a use-case we cannot ignore.

That is a long time for a full build...  Is it by any chance due to
the heap getting relatively full and then GC thrashing going on? (so
not actually running out of memory, but running on the limit).  If so
you could try those AJDT memory settings I mentioned in the 1.6.10
readme, they should reduce the heap usage (if you try them and they
don't, that is interesting feedback...) -
http://eclipse.org/aspectj/doc/released/README-1610.html

Andy


Back to the top