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
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
, 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
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
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
,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
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