Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] [iajc] compiler arg xmx

Hi Mathieu,

maxmem="256m"

should be the magic you are looking for.

Regards,

Matt.

On 27/10/05, Mathieu LEMAIRE <mlemaire@xxxxxxx> wrote:
> Hello again,
>
> I'm trying to use ant task for ajc compiler. Compil will always run out
> of memory so I want to rise mem to compiler... but i cannot find a way
> to set the xmx parameter.
> here is what i tried :
> <iajc outjar=".." classpath=".." aspectpath=".." injars=".." X="mx256M"
> /> giving  *ignored: -Xmx256M at ..*
> <iajc outjar=".." classpath=".." aspectpath=".." injars=".." X="mx256m"
> /> giving  *idem*
> <iajc outjar=".." classpath=".." aspectpath=".." injars=".." X="xmx256m"
> /> giving  *idem*
>
> Any mistake somewhere ?
>
> Thanks.
>
> --
> Mathieu
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top