Skip to main content

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

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



Back to the top