Hi, I'm having a problem where the JVM runs out of memory while indexing a large number of files. An analysis of the heapdump shows that most of the memory was taken up with "org/apache/lucene/util/ScorerDocQueue$HeapedScorerDoc".

I can't find any leaks in my code so far, and I was wondering, are there any known problems with this class that could leak memory?

I'm using version 2.3.1.

Thanks!

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to