RE: Java OutOfmemory error during autowarming

2009-06-19 Thread Francis Yakin
[mailto:hossman_luc...@fucit.org] Sent: Friday, June 19, 2009 5:49 PM To: 'solr-user@lucene.apache.org' Subject: RE: Java OutOfmemory error during autowarming : Date: Mon, 1 Jun 2009 11:34:08 -0700 : From: Francis Yakin : Subject: RE: Java OutOfmemory error during autowarming ... :

RE: Java OutOfmemory error during autowarming

2009-06-19 Thread Chris Hostetter
: Date: Mon, 1 Jun 2009 11:34:08 -0700 : From: Francis Yakin : Subject: RE: Java OutOfmemory error during autowarming ... : When it is initialized for the first time, how can I change it? Frnacis, I'm not sure if you already figured this out, but the point of hte documentation

RE: Java OutOfmemory error during autowarming

2009-06-01 Thread Francis Yakin
he.org/solr/SolrCaching) 2009/5/29 Francis Yakin > > I know, but the FieldCache is not in the solrconfig.xml > > > -Original Message- > From: Yonik Seeley [mailto:ysee...@gmail.com] > Sent: Friday, May 29, 2009 10:47 AM > To: solr-user@lucene.apache.org > Subjec

Re: Java OutOfmemory error during autowarming

2009-05-31 Thread Chris Harris
2009/5/29 Francis Yakin > > I know, but the FieldCache is not in the solrconfig.xml > > > -Original Message- > From: Yonik Seeley [mailto:ysee...@gmail.com] > Sent: Friday, May 29, 2009 10:47 AM > To: solr-user@lucene.apache.org > Subject: Re: Java OutOfmemory erro

RE: Java OutOfmemory error during autowarming

2009-05-29 Thread Francis Yakin
I know, but the FieldCache is not in the solrconfig.xml -Original Message- From: Yonik Seeley [mailto:ysee...@gmail.com] Sent: Friday, May 29, 2009 10:47 AM To: solr-user@lucene.apache.org Subject: Re: Java OutOfmemory error during autowarming On Fri, May 29, 2009 at 1:44 PM, Francis

Re: Java OutOfmemory error during autowarming

2009-05-29 Thread Yonik Seeley
On Fri, May 29, 2009 at 1:44 PM, Francis Yakin wrote: > > There is no "FieldCache" entries in solrconfig.xml ( BTW we are running > version 1.2.0) Lucene FieldCache entries are created when you sort on a field or when you use a field in a function query. -Yonik

RE: Java OutOfmemory error during autowarming

2009-05-29 Thread Francis Yakin
There is no "FieldCache" entries in solrconfig.xml ( BTW we are running version 1.2.0) -Original Message- From: Yonik Seeley [mailto:ysee...@gmail.com] Sent: Friday, May 29, 2009 9:12 AM To: solr-user@lucene.apache.org Subject: Re: Java OutOfmemory error during autowar

Re: Java OutOfmemory error during autowarming

2009-05-29 Thread Yonik Seeley
It's probably not the size of the query cache, but the size of the FieldCache entries that are used for sorting and function queries (that's the only thing that should be allocating huge arrays like that). What fields do you sort on or use function queries on? There may be a way to decrease the m