Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] javac ant task memory usage

Hello,
    I have two Eclipse projects which have circular classpath dependency on
each other. Compiled class files take up about 3.5MB on the disk (for each
project). I can build them with AJDT if I start eclipse with -Xmx400M
option. I could also build them with ant in Eclipse if I don't use AspectJ.
However, when I switched build.compiler property to Ajc11CompilerAdapter I
couldn't build my projects because of OutOfMemory errors. I ran Eclipse
with -Xmx1550M and still got OutOfMemory. Is it expected or there could be a
bug?

Regards,
Luke



Back to the top