the trunk version is still in development, if you want an stable one, compile and use the code on /tags/2.1
On 10/9/08, Floyd Wu <[EMAIL PROTECTED]> wrote: > Hi all, > It seems that issue, http://issues.apache.org/jira/browse/LUCENENET-106still > > not being fully fixed. > My observation of memory usage still getting increasing. > > By using two profilers(YourKits profiler and MS .Net CLR Profiler), I found > that "Lucene.Net.Index.SegmentReader/Norm" and "Lucene.Net.Index.FieldInfo" > > will be increased 41 object(both these two classes) instances when searching > > index(yes, sort is involved). > > These increased object instances won't be grabage-collected and as result my > system will soon reached memory limitation and fire CLR recycle whole > process. > My Lucene.Net version is 2.3.1.2 and source is grab from SVN. > Please help on this. > Best regards, > Floyd >