Have you tried this old trick to warm the FS cache?
cat .../<core>/data/index/* >/dev/null

Peter


On Mon, Oct 21, 2013 at 5:31 AM, michael.boom <my_sky...@yahoo.com> wrote:

> 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