On 20.05.2010 04:25, Ayende Rahien wrote:
With Lucene 2.9.1, if i created a new StandardAnalyzer and not close it, I
wouldn't get a memory leak.
That is because of the (slow) thread local implementation.
The current implementation _requires_ closing StandardAnalyzer, or you get a
pretty sever, memory laek.

Can the leak be reproduced with a simple "new StandardAnalyzer()"
statement? If not, please post a test case, if possible.

Robert

Reply via email to