Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Out of Memory

Thanks Adrian!

Bye,
Hugo Magalhães

>-----Original Message-----
>From: Adrian Colyer [mailto:adrian_colyer@xxxxxxxxxx]
>Sent: Quinta-feira, 17 de Abril de 2003 9:12
>To: aspectj-users@xxxxxxxxxxx
>Subject: Re: [aspectj-users] Out of Memory
>
>
>You can increase the memory in eclipse using the following startup
>parameters:
>
>eclipse.exe -vmargs -Xmx512MB
>
>(obviously, change the 512 in this example to the value you 
>need for your
>application).
>
>-- Adrian.
>adrian_colyer@xxxxxxxxxx
>
>
>
>
>
>15 April 2003 14:50
>To: <aspectj-users@xxxxxxxxxxx>
>cc:
>From: Hugo Magalhães <Hugo.Magalhaes@xxxxxxxxxxx>
>Subject: [aspectj-users] Out of Memory
>
>
>
>Hello all!
>I'm trying to compile my source classes with ant and iajc but 
>it gives an
>out of memory. If I try to compile with Eclipse it gives me the same
>problem.
>I've searched in the archives and found that there is a way to 
>increase the
>memory when using ajc directly in the prompt (with the the Xmx 
>parameter).
>Can anyone tell how can I use this parameter in iajc ant 
>and/or Eclipse?
>
>Thanks in advance,
>Hugo Magalhães
>_______________________________________________
>aspectj-users mailing list
>aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>_______________________________________________
>aspectj-users mailing list
>aspectj-users@xxxxxxxxxxx
>http://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top