Hello, Solr Community:

Another day, I had an error "exceeded limit of maxWarmingSearchers=2."
I know this error causes when multiple commits(which opens a new searcher)
are requested too frequently.

As far as I read Solr wiki, it recommends for me to have more interval
between each commit, and make commit frequency less.
Using autoCommit,  I would like to decrease the commit frequency, but I am
not sure how much I should increase the value of maxTime in autoCommit?

My current configuration is the following:

    <autoCommit>
      <maxTime>${solr.autoCommit.maxTime:15000}</maxTime>
      <openSearcher>false</openSearcher>
    </autoCommit>



How do you determine how much you increase the value in this case?
Is there any rule of thumb advice to configure commit frequency?

Any help will be appreciated.

Sincerely,
Kaya Ota

Reply via email to