Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Aspect java heap error

How much heap space did you give the application? Did you try
increasing it with something like -Xmx512m ?

Eric

On 10/09/2007, Ramakrishnan Meenakshi Sundaram <rameenak@xxxxxxxxx> wrote:
>
>
> Hi all,
>
> I'm using AspectJ 1.5.3 to perform Load time weaving. When I run my
> application, I get java.lang.OutOfMemoryError in a ajcore dump file. I've
> attached the dump file with this mail.
>
> Please guide me as what can be done to resolve this.
>
> Regards
> Ramakrishnan
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>
>


-- 
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


Back to the top