: As far as our application goes, Commits and reads are done to the index
: during the normal business hours. However, we observed the max warmers
: error happening during a nightly job when the only operation is 4
: parallel threads commits data to index and Optimizes it finally. We
: increas
the threads that
loads up the index in memory which is basically accessed by the searcher, isnt
it?
> Date: Tue, 21 Oct 2008 16:09:11 -0700
> From: [EMAIL PROTECTED]
> To: solr-user@lucene.apache.org
> Subject: Re: Best way to prevent max warmers error
>
> : Subject: Best
: Subject: Best way to prevent max warmers error
Slightly old thread, but i haven't seen any replies...
: We have an application with more 2.5 million docs currently. It is
: hosted on a single box with 8 GIG memory. The number of warmers
: configured are 4 and Cold-searcher is al
Hi,
We have an application with more 2.5 million docs currently. It is hosted
on a single box with 8 GIG memory. The number of warmers configured are 4 and
Cold-searcher is allowed too. The application is based on data entry and commit
to data happens as often as a data is entered. We optim