On 26 Jan 2012, at 22:37, Damian Steer wrote:

> I've finally got at heap dump. Maven forks the tests, which confused me 
> mightily, and doesn't pass on options like dump heap on oom.

And now I can see the problem I have a fix:

QueryTestTDB:

@Override public void tearDown()
{ 
        if ( dataset != null ) {
            dataset.close() ; 
            dataset = null ; // and free up the memory
        }
 }

The datasets were all being retained. Why this affected the mac and not linux I 
have no idea.

Ok to commit? 

Damian

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to