Thank you, Otis!

I've integrated the SPM on my Solr instances and now I have access to
monitoring data.
Could you give me some hints on which metrics should I watch?

Below I've added my query configs. Is there anything I could tweak here?

<query>
    <maxBooleanClauses>1024</maxBooleanClauses>

    <filterCache class="solr.FastLRUCache"
                 size="1000"
                 initialSize="1000"
                 autowarmCount="0"/>

    <queryResultCache class="solr.LRUCache"
                     size="1000"
                     initialSize="1000"
                     autowarmCount="0"/>
   
    <documentCache class="solr.LRUCache"
                   size="1000"
                   initialSize="1000"
                   autowarmCount="0"/>
    
    
    <fieldValueCache class="solr.FastLRUCache"
                    size="1000" 
                    initialSize="1000" 
                    autowarmCount="0" />
      

    <enableLazyFieldLoading>true</enableLazyFieldLoading>

   <queryResultWindowSize>20</queryResultWindowSize>

   <queryResultMaxDocsCached>100</queryResultMaxDocsCached>

    <listener event="firstSearcher" class="solr.QuerySenderListener">
      <arr name="queries">
        <lst>
          <str name="q">active:true</str>
        </lst>
      </arr>
    </listener>

    <useColdSearcher>false</useColdSearcher>

    <maxWarmingSearchers>10</maxWarmingSearchers>

  </query>



-----
Thanks,
Michael
--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-timeout-after-reboot-tp4096408p4096780.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to