RE: [Lucene.Net] Re: Memory Leak in 2.9.2.2

2011-11-30 Thread Digy
ubject: RE: [Lucene.Net] Re: Memory Leak in 2.9.2.2 If I recall it correctly, last memory leak problem for 2.9.2 was reported in ~August from RavenDB, and it was fixed in 2.9.4(g) DIGY -Original Message- From: Christopher Currens [mailto:currens.ch...@gmail.com] Sent: Wednesday, November 30,

RE: [Lucene.Net] Re: Memory Leak in 2.9.2.2

2011-11-30 Thread Digy
@lucene.apache.org Subject: Re: [Lucene.Net] Re: Memory Leak in 2.9.2.2 Trevor, Unforunately I was unable to reproduce the memory leak you're experiencing in 2.9.2. Particularly with byte[], of the 18,277 that were created, only 13 were not garbage collected, and it's likely that they are not related

RE: [Lucene.Net] Re: Memory Leak in 2.9.2.2

2011-11-30 Thread Digy
Set parameter "this ThreadLocal t" ? - Neal -Original Message- From: Digy [mailto:digyd...@gmail.com] Sent: Wednesday, November 30, 2011 12:27 PM To: lucene-net-dev@lucene.apache.org Subject: RE: [Lucene.Net] Re: Memory Leak in 2.9.2.2 FYI, 2.9.4 can be compiled against .Ne

RE: [Lucene.Net] Re: Memory Leak in 2.9.2.2

2011-11-30 Thread Digy
[mailto:currens.ch...@gmail.com] Sent: Wednesday, November 30, 2011 7:26 PM To: lucene-net-dev@lucene.apache.org Subject: Re: [Lucene.Net] Re: Memory Leak in 2.9.2.2 Trevor, I'm not sure if you can use 2.9.4, though, it looks like you're using VS2005 and .NET 2.0. 2.9.4 target

RE: [Lucene.Net] Re: Memory Leak in 2.9.2.2

2011-11-30 Thread Prescott Nasser
bsite to update From: Trevor Watson Sent: 11/30/2011 8:14 AM To: lucene-net-dev@lucene.apache.org Subject: [Lucene.Net] Re: Memory Leak in 2.9.2.2 You said "pre 2.9.3" I checked the apache lucene.net page to try to see if I could get a copy of 2.9.3, but it was never on the site,

[Lucene.Net] Re: Memory Leak in 2.9.2.2

2011-11-30 Thread Trevor Watson
You said "pre 2.9.3" I checked the apache lucene.net page to try to see if I could get a copy of 2.9.3, but it was never on the site, just 2.9.2.2 and 2.9.4(g). Was this an un-released version? Or am I looking in the wrong spot for updates to lucene.net? Thanks for all your help On Tue, Nov 29

[Lucene.Net] Re: Memory Leak in 2.9.2.2

2011-11-29 Thread Trevor Watson
I can send you the dll that I am using if you would like. The documents are _mostly_ small documents. Emails and office docs size of plain text On Tuesday, November 29, 2011, Christopher Currens wrote: > Do you know how big the documents are that you are trying to delete/update? > I'm trying t