< 100.000
- Solr1 for Search-Requests - commit every Minute - 5GB Xmx
- Solr2 for Update-Request - delta every Minute - 4GB Xmx
--
View this message in context:
http://lucene.472066.n3.nabble.com/Decrease-warmupTime-tp494023p2810607.html
Sent from the Solr - User mailing list archive
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
First, I'm new Solr.
I have setup a Solr server and added some documents into it. I noticed that as
I added more and more docs, the warmupTime became longer and longer. After
added 400K docs, I can see the warmupTime is now about 1 minutes. Here is one
log entry:
queryResultCache{lookups=0,hi