surefire forks a jvm. you should look into the jvm opts of surefire's jvm fork
On 26 July 2011 14:25, Greg Akins <[email protected]> wrote: > I'm running 'mvn site' with the Cobertura plugin and am getting a > OutOfMemoryException > > I've changed MAVEN_OPTS to include "-Xms1024m -Xmx1024m > -XX:MaxPermSize=256m" > > Also, I've added > <properties><cobertura.maxmem>1024m</cobertura.maxmem></properties> > > Still getting the error.. can anyone suggest anything else, or point > me to more information? > > -- > Greg Akins > http://twitter.com/akinsgre > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
