I will try the forkMode... the problem with raise MaxPermGen is that at a certain point you get killed by the swapping and the tests take forever to finish...
-Pat On Nov 16, 2007 2:07 PM, Wayne Fay <[EMAIL PROTECTED]> wrote: > Did you try just ramping up the permgen space with <argLine>? > > Did you try forkMode pertest? That sometimes works for people. > > Wayne > > On 11/16/07, Patrick Moore <[EMAIL PROTECTED]> wrote: > > Hi there -- > > > > > > We are having some OOME: PermGen issues with our tests that are going to > be > > difficult to fix and I am looking for a short-term solution so we can > have > > green test results. > > > > I am thinking the easiest short term solution to getting our tests > running > > completely is to break up the tests into batches. Each test batch would > be > > run in a new JVM. > > > > Does anyone know how to tell maven to run the the surefire plugin > multiple > > times with a different configuration? > > > > Any thoughts on this issue? > > > > -Pat Moore > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
