Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] OutOfMemoryError while building an AspectJ project with AJDT1.1.4

Hello Zhou,

I used to get this problem also with a very large project. I added the following to the command
line and it DID seem to solve the issue (YMMV).

eclipse.exe -vmargs %JAVA_OPTS%

where JAVA_OPTS is set to: -Xss8192k -Xms50m -Xmx512m

Regards,

Alain

--
Alain Sarraf
Project Manager & Software Developer
SOFTPRO - Software Professional GmbH & Co. KG
Wilhelmstr. 34 * 71034 Boeblingen * Germany
Tel. +49 (0) 7031 66 06 96 * Fax +49 (0) 7031 66 06 66
asa@xxxxxxxxxx * www.softpro.de




Back to the top