Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Memory problem when using aspectj

Hi,
I changed the Xmx in the C:\aspectj1.7\bin\ajc.txt
I changed line 10 in that file from:

"$JAVA_HOME/bin/java" -classpath
"$ASPECTJ_HOME/lib/aspectjtools.jar;$JAVA_HOME/lib/tools.jar;$CLASSPATH"
*-Xmx64M *org.aspectj.tools.ajc.Main "$@"


to:

"$JAVA_HOME/bin/java" -classpath
"$ASPECTJ_HOME/lib/aspectjtools.jar;$JAVA_HOME/lib/tools.jar;$CLASSPATH"
*-Xmx1024M *org.aspectj.tools.ajc.Main "$@"

Thanks for any help
Aryenne



--
View this message in context: http://aspectj.2085585.n4.nabble.com/Memory-problem-when-using-aspectj-tp4650733p4650738.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top