Re: [Lucene.Net] Memory Leak 2.9.2.2
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
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.