One thing:

On 8 October 2010 09:32, Gil Sagi <gil...@gmail.com> 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
_______________________________________________
aspectj-users mailing list
aspectj-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to