Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] GC overhead limit when compiling

I had another email thread going with Alejandro, it turned out to be that you need to modify the ajc script you are using to up the Xmx, you can’t supply it as an option to ajc.

That default of 64M is looking a bit small these days!

cheers,
Andy

> On Jul 22, 2015, at 7:56 AM, alejandro.montero <alejandro.montero.rivero@xxxxxxxxx> wrote:
> 
> Hello!
> 
> I'm developing a few aspects for an already working project which is quite
> big. Most of the aspects work great but some of them are causing the GC
> overhead limit, I'm wondering if this error could be that a recursive
> pointcut is being set, although I don't have a single clue how to declare
> them in a different way. 
> 
> I know I haven't given enough info but it's preferable not to share any
> piece of source code if possible. Any possible idea or clue is must
> appreciated.
> 
> Thank you very much!
> 
> 
> 
> 
> 
> --
> View this message in context: http://aspectj.2085585.n4.nabble.com/GC-overhead-limit-when-compiling-tp4651876.html
> Sent from the AspectJ - users mailing list archive at Nabble.com.
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top