> > Solutions: > > 1) push/pop plugin contexts around goal attainment (I'm > worried about the > > memory usage here though - will compare and look at necessity) > > Shouldn't be. I bootstrapped with all the plugins with 23mb > of memory. What's the figure currently?
I'm getting up to 47Mb allocated (not used) when running the Junit report (which fires touchstone). I don't recall it being that high before I introduced the context stack, I'll just check. I don't think it's a leak at all, but it might be worth looking for further ways to trim it up if possible. IT's probably an extrodinary case - but I guess if we can say 64 MB is a decent -Xmx value, we're doing ok. - Brett
