Re: Reasonable number of maxWarming searchers

2009-08-07 Thread Chris Hostetter
: Is there a problem if i set maxWarmingSearchers to something like 30 or 40? my personal opinion: anything higher then 3 indicates a serious architecture problem. On a master, doing lots of updates, the "warming" time should be zero, so there shouldn't ever be more then 2 searchers at one ti

Re: Reasonable number of maxWarming searchers

2009-07-30 Thread Erik Hatcher
I recommend, in this case, that you use Solr's autocommit feature (see solrconfig.xml) rather than having your indexing clients issue their own commits. Overlapped searcher warming is just going to be too much of a hit on RAM, and generally unnecessary with autocommit. Erik On Jul