Hide Forgot
Affects Testing: Blocks Testing securitylevel_name: Public When building modeshape 2.2.x (revision 2553) on RHEL 5 x86_64 and IBM jdk 1.6 the build fails with OutOfMemoryError. Exception in thread "Attach handler" java.lang.OutOfMemoryError [java] at com.ibm.tools.attach.javaSE.CommonDirectory.waitSemaphore(CommonDirectory.java:254) [java] at com.ibm.tools.attach.javaSE.AttachHandler.waitForNotification(AttachHandler.java:282) [java] at com.ibm.tools.attach.javaSE.AttachHandler.run(AttachHandler.java:203) See http://hudson.qa.jboss.com/hudson/view/BRMS/job/brms-modeshape-os/jdk=ibm16,label=RHEL5_x86_64/26/console for full stack trace. It is possible memory leak in IBM jdk 1.6 -- see https://issues.apache.org/jira/browse/GERONIMO-5650
To build modeshape: add the following to jvm options: -Xmx1024m -XX:MaxPermSize=512m