<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div><br></div><div>Rado pinged me today re some OOM errors whilst running the test suite.&nbsp;</div><div>This is caused by the fact that the permgen options we pass to the suite are ignored:</div><div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;argLine&gt;-Xmx1024m -XX:MaxPermSize=1024m&lt;/argLine&gt;</div></div><div>(the suite is not being forked)</div><div><br></div><div>In order to avoid that please update your MAVEN_OPTS, e.g.:</div><div>export MAVEN_OPTS="-Xms512m -Xmx2048m -XX:MaxPermSize=384m"</div><div><br></div><div>I've also updated the docs:&nbsp;<a href="https://docs.jboss.org/author/display/ISPN/Contributing+-+The+test+suite">https://docs.jboss.org/author/display/ISPN/Contributing+-+The+test+suite</a></div><div><br></div><div>Cheers,</div><div>Mircea</div></body></html>