RE: Best way to prevent max warmers error

2008-10-29 Thread Chris Hostetter
: 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

RE: Best way to prevent max warmers error

2008-10-21 Thread sundar shankar
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

Re: Best way to prevent max warmers error

2008-10-21 Thread Chris Hostetter
: 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

Best way to prevent max warmers error

2008-10-10 Thread sundar shankar
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