Re: [Lucene.Net] Memory Leak 2.9.2.2

2011-11-28 Thread Michael Herndon
Did you mean to create 2 new threads? Also have you read Christopher's response? Hi Trevor, What kind of memory increase are we talking about? Also, how big are the docum

[Lucene.Net] Memory Leak 2.9.2.2

2011-11-28 Thread Trevor Watson
I replaced the UpdateDocument with the following lines: iw.DeleteDocuments(new Lucene.Net.Index.Term("FileId", this.FileID.ToString("0"))); iw.AddDocument(doc, analyzer); The memory usage still climbs constantly when updating.