Hi Matt, Thanks, that seems to have worked, setting forkmode to never. I see now that only one java process runs but builds up more memory.
I am wondering is the surefire plugin the original culprit with earlier OOM errors and that forkmode is meant to counteract this? I think the forkMode is a good idea but maybe it's a little buggy, I will monitor and feedback any interesting findings. Thanks again Philip Barlow wrote: > > Hi All, > > I searched the mailing list for this problem and i couldn't find any > references to it. I have noticed that sometimes when I run mvn test, the > tests hang. This is not an OOM error as we discussed some time ago, it > seems to me that a second java process starts up at some point during my > tests and in the task manager i see 2 java.exe processes. If i kill one > the tests continue. > > Has anyone encountered this? Does anyone have any idea what might be > causing this? > > Apologies if this is a known issue. > > Thanks > > Philip > -- View this message in context: http://www.nabble.com/2-Java-Processes-tp20230892s2369p20244914.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
