On Fri, Aug 5, 2011 at 7:30 PM, Paul Libbrecht <p...@hoplahup.net> wrote:
> my solr is coming to slowly reach its memory limits (8Gb) and the stats 
> displays me a reasonable fieldCache (1800) but 4820 searchers. That sounds a 
> bit much to me, each has been opened in its own time since the last restart 
> about two weeks ago.

Definitely sounds like a reference leak.
Is this stock Solr, or do you have any custom request handlers or
anything else that could be forgetting to decrement the reference
count of the searchers it uses?
What version are you using?

-Yonik
http://www.lucidimagination.com

Reply via email to