Re: Index Writer, RawPostingList and Memory Management

2010-06-05 Thread Michael McCandless
Previously, they were not freed, just reused. As of the tips of 29x, 30x, 3x, trunk, they are now fully freed. Mike On Sat, Jun 5, 2010 at 7:33 AM, Shay Banon wrote: > I will check, just wanted to verify though, do they get freed when calling > commit, or do they still hang around? Other pools

Re: Index Writer, RawPostingList and Memory Management

2010-06-05 Thread Shay Banon
I will check, just wanted to verify though, do they get freed when calling commit, or do they still hang around? Other pools are freed when calling commit, right? -shay.banon On Sat, Jun 5, 2010 at 12:55 PM, Michael McCandless < luc...@mikemccandless.com> wrote: > They are reclaimed, but, you ma

Re: Index Writer, RawPostingList and Memory Management

2010-06-05 Thread Michael McCandless
They are reclaimed, but, you may be hitting one of the memory leak bugs recently fixed but not yet (though soon to be) released. Can you try running with the tip of whichever release you are using? Mike On Fri, Jun 4, 2010 at 10:10 PM, Shay Banon wrote: > Hi, > >  I have a question on how Index