Re: SOLR OOM (out of memory) problem

2008-05-23 Thread gurudev
One correction: I have set documentcache as: initialsize=512 size=710 autowarmcount=512 The total insertion in documentcache goes upto max 45 with 0 evictions in a day. Which means it never grows to 710. Thanx Mike Klaas wrote: > > > On 22-May-08, at 4:27 AM, gurudev wrote: >

Re: SOLR OOM (out of memory) problem

2008-05-22 Thread Mike Klaas
On 22-May-08, at 4:27 AM, gurudev wrote: Hi Rong, My cache hit ratio are: filtercache: 0.96 documentcache:0.51 queryresultcache:0.58 Note that you may be able to reduce the _size_ of the document cache without materially affecting the hit rate, since typically some documents are much m

Re: SOLR OOM (out of memory) problem

2008-05-22 Thread Otis Gospodnetic
dev <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Thursday, May 22, 2008 7:27:44 AM > Subject: RE: SOLR OOM (out of memory) problem > > > Hi Rong, > > My cache hit ratio are: > > filtercache: 0.96 > documentcache:0.51 > queryresultcache:0.5

RE: SOLR OOM (out of memory) problem

2008-05-22 Thread Yongjun Rong
22, 2008 7:28 AM To: solr-user@lucene.apache.org Subject: RE: SOLR OOM (out of memory) problem Hi Rong, My cache hit ratio are: filtercache: 0.96 documentcache:0.51 queryresultcache:0.58 Thanx Pravesh Yongjun Rong-2 wrote: > > I had the same problem some weeks before. You can try thes

RE: SOLR OOM (out of memory) problem

2008-05-22 Thread Yongjun Rong
-Original Message- From: gurudev [mailto:[EMAIL PROTECTED] Sent: Thursday, May 22, 2008 7:28 AM To: solr-user@lucene.apache.org Subject: RE: SOLR OOM (out of memory) problem Hi Rong, My cache hit ratio are: filtercache: 0.96 documentcache:0.51 queryresultcache:0.58 Thanx Pravesh

RE: SOLR OOM (out of memory) problem

2008-05-22 Thread gurudev
> Sent: Wednesday, May 21, 2008 2:23 PM > To: solr-user@lucene.apache.org > Subject: Re: SOLR OOM (out of memory) problem > > > On 21-May-08, at 4:46 AM, gurudev wrote: > >> >> Just to add more: >> >> The JVM heap allocated is 6GB with initial heap si

Re: SOLR OOM (out of memory) problem

2008-05-21 Thread Mike Klaas
more ram in order to do facet queries. This is with Solr 1.3. -Original Message- From: Mike Klaas [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 11:23 AM To: solr-user@lucene.apache.org Subject: Re: SOLR OOM (out of memory) problem On 21-May-08, at 4:46 AM, gurudev wrote

RE: SOLR OOM (out of memory) problem

2008-05-21 Thread Lance Norskog
and Solr continues to run. We had to get more ram in order to do facet queries. This is with Solr 1.3. -Original Message- From: Mike Klaas [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 11:23 AM To: solr-user@lucene.apache.org Subject: Re: SOLR OOM (out of memory) problem On 21

RE: SOLR OOM (out of memory) problem

2008-05-21 Thread Yongjun Rong
Wish this can help. -Original Message- From: Mike Klaas [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 2:23 PM To: solr-user@lucene.apache.org Subject: Re: SOLR OOM (out of memory) problem On 21-May-08, at 4:46 AM, gurudev wrote: > > Just to add more: > > The JVM heap

Re: SOLR OOM (out of memory) problem

2008-05-21 Thread Mike Klaas
On 21-May-08, at 4:46 AM, gurudev wrote: Just to add more: The JVM heap allocated is 6GB with initial heap size as 2GB. We use quadro(which is 8 cpus) on linux servers for SOLR slaves. We use facet searches, sorting. document cache is set to 7 million (which is total documents in index) filte

Re: SOLR OOM (out of memory) problem

2008-05-21 Thread solr
But that means that it can't fit all documents in the cache, doesn't it? The index is 12GB and your allocated heap is 6GB... 12GB > 6GB... /Jimi Quoting gurudev <[EMAIL PROTECTED]>: Just to add more: The JVM heap allocated is 6GB with initial heap size as 2GB. We use quadro(which is 8 cpus

Re: SOLR OOM (out of memory) problem

2008-05-21 Thread Otis Gospodnetic
o: solr-user@lucene.apache.org > Sent: Wednesday, May 21, 2008 7:46:15 AM > Subject: Re: SOLR OOM (out of memory) problem > > > Just to add more: > > The JVM heap allocated is 6GB with initial heap size as 2GB. We use > quadro(which is 8 cpus) on linux servers for SOLR slav

Re: SOLR OOM (out of memory) problem

2008-05-21 Thread gurudev
Just to add more: The JVM heap allocated is 6GB with initial heap size as 2GB. We use quadro(which is 8 cpus) on linux servers for SOLR slaves. We use facet searches, sorting. document cache is set to 7 million (which is total documents in index) filtercache 1 gurudev wrote: > > Hi > >