Something else that's interesting here is if you call the java method to hint to java that a gc would be nice after each iteration of threads has run, the memory usage stays low.

    createObject( "java", "java.lang.Runtime" ).getRuntime().gc();

The fact that works (combined with Peter's findings with OpenJDK) points more toward an issue with the jvm rather than a memory leak.

Andy

--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en

Reply via email to