locallucene and lucene combo memory leak
production has been acting up and figured out that there is a memory leak when you use lucene and local-lucene together. Local Lucene is a very nifty geo-search library that is very fast compared to my rudimentary boxed geographic searches. Anyway, I patched a version of lucene 2.4.0 that is available here: http://mvn.rhoderunner.com/releases/org/apache/lucene/lucene-core/2.4.0.... Local lucene is http://www.nsshutdown.com/projects/lucene/whitepaper/locallucene.htm Somebody else reported the same problem and I used their patch. it's so cool to share a problem with somebody. https://issues.apache.org/jira/browse/LUCENE-1304

Comments
Post new comment