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