All,
I see the following in the bat window when running my test.
249087k->195549k(249088k), 2.0512356
java.lang.OutOfMemoryjava.log.OutOfMemoryError
[Full GC 249087->199012k(249088k), 2.9771404 secs]
[Full GC[Unloading class org.mozilla.javascript.gen.c685]
[Full GC[Unloading class org.mozilla.javascript.gen.c682]
[Full GC[Unloading class org.mozilla.javascript.gen.c684]
[Full GC[Unloading class org.mozilla.javascript.gen.c683]
249087k->200647k(249088k), 2.1666444 secs]
Task manager shows over 288000 free physical memory.
I believe this is why my test stops running after 25 mins.
What is causing the exception?
-shawn