Re: Decrease warmupTime

2011-04-12 Thread stockii
i fighting with the same problem but with jetty. its in this case necessary to delete also the jetty work-DIR ??? - --- System One Server, 12 GB RAM, 2 Solr Instances, 7 Cores, 1 Core with 31 Million Documents other Cores

Re: Decrease warmupTime

2009-02-07 Thread Yonik Seeley
On Sat, Feb 7, 2009 at 1:47 AM, Cheng Zhang wrote: > I did restart the solr server. Here is the config. > > class="solr.LRUCache" > size="512" > initialSize="512" > autowarmCount="128"/> This may still be taking too much time (and may not be needed, esp with the current fa

Re: Decrease warmupTime

2009-02-07 Thread Cheng Zhang
, 2009 10:47:38 PM Subject: Re: Decrease warmupTime I did restart the solr server. Here is the config. Thx. - Original Message From: Otis Gospodnetic To: solr-user@lucene.apache.org Sent: Friday, February 6, 2009 10:40:45 PM Subject: Re: Decrease warmupTime Have

Re: Decrease warmupTime

2009-02-06 Thread Cheng Zhang
I did restart the solr server. Here is the config. Thx. - Original Message From: Otis Gospodnetic To: solr-user@lucene.apache.org Sent: Friday, February 6, 2009 10:40:45 PM Subject: Re: Decrease warmupTime Have you restarted Solr after you made the change

Re: Decrease warmupTime

2009-02-06 Thread Otis Gospodnetic
Subject: Re: Decrease warmupTime Hi Yonik, I just changed the autowarmCount for queryResultCache but it did not work. In the log, it still shows warmupTime for autowarmCount is about 45 seconds. queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=6,evictions=0,size=6,warmupTime=44055

Re: Decrease warmupTime

2009-02-06 Thread Cheng Zhang
,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=1,cumulative_evictions=0} Any other suggestion? Thanks a lot, Kevin - Original Message From: Yonik Seeley To: solr-user@lucene.apache.org Sent: Friday, February 6, 2009 5:18:47 PM Subject: Re: Decrease warmupTime On Fri, Feb 6

Re: Decrease warmupTime

2009-02-06 Thread Yonik Seeley
On Fri, Feb 6, 2009 at 5:12 PM, Cheng Zhang wrote: > Is there any way to decrease this warmupTime? Go into solrconfig.xml and reduce (or eliminate) the autowarm counts for the caches. -Yonik