Re: OOM on commit after few days

2008-12-02 Thread Sunil
n Tue, 12/2/08, Yonik Seeley <[EMAIL PROTECTED]> wrote: > From: Yonik Seeley <[EMAIL PROTECTED]> > Subject: Re: OOM on commit after few days > To: solr-user@lucene.apache.org > Date: Tuesday, December 2, 2008, 1:13 PM > Using embedded is always more error prone...you

Re: OOM on commit after few days

2008-12-02 Thread Yonik Seeley
Using embedded is always more error prone...you're probably forgetting to close some resource. Make sure to close all SolrQueryRequest objects. Start with a memory profiler or heap dump to try and figure out what's taking up all the memory. -Yonik On Tue, Dec 2, 2008 at 1:05 PM, Sunil <[EMAIL PRO