I'm still seeing fairly consistent OOM errors. Heapdump analysis lead me to this issue: http://jira.codehaus.org/browse/SUREFIRE-647. A few sniff tests with surefire 2.5 didn't show the OOM exception but I need a larger sample set to say the OOM problem has been resolved.
If this causes other problems we'll go back to 2.6, but in a few quick test runs this seems to have helped with memory use. -mike On Tue, Nov 23, 2010 at 3:00 PM, <mik...@apache.org> wrote: > Author: mikedd > Date: Tue Nov 23 21:00:29 2010 > New Revision: 1038342 > > URL: http://svn.apache.org/viewvc?rev=1038342&view=rev > Log: > Revert to version 2.5 of the surefire plugin - seems to improve memory use > > Modified: > openjpa/trunk/pom.xml > > Modified: openjpa/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=1038342&r1=1038341&r2=1038342&view=diff > > ============================================================================== > --- openjpa/trunk/pom.xml (original) > +++ openjpa/trunk/pom.xml Tue Nov 23 21:00:29 2010 > @@ -616,7 +616,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-plugin</artifactId> > - <version>2.6</version> > + <version>2.5</version> > <configuration> > <argLine>${surefire.jvm.args}</argLine> > <useFile>false</useFile> > > >