Thursday, July 12, 2007

java.lang.OutOfMemoryError

Problem: when running Together Architect to audit a large code base, it reported java.lang.OutOfMemoryError

Solution: add java options when launching Together Architect.
-Xms1024M -Xmx1024M -XX:PermSize=256M -XX:MaxPermSize=256M

No comments:

Post a Comment