RAM shouldn't be a problem. 
I have a box with 144GB RAM, running 12 instances with 4GB Java heap each.
There are 9 instances wrting to 1TB of SSD disk space. 
 Other 3 are writing to SATA drives, and have autosoftcommit disabled.

 

 

-----Original Message-----
From: Shawn Heisey <elyog...@elyograg.org>
To: solr-user <solr-user@lucene.apache.org>
Sent: Fri, Mar 28, 2014 8:35 pm
Subject: Re: SOLR Cloud 4.6 - PERFORMANCE WARNING: Overlapping onDeckSearchers=2


On 3/28/2014 4:07 PM, Rishi Easwaran wrote:
> 
>  Shawn,
> 
> I changed the autoSoftCommit value to 15000 (15 sec). 
> My index size is pretty small ~4GB and its running on a SSD drive with ~100 
> GB 
space on it. 
> Now I see the warn message every 15 seconds.
> 
> The caches I think are minimal
> 
> <filterCache class="solr.FastLRUCache" size="512" initialSize="512" 
autowarmCount="0"/>
> 
>  <queryResultCache class="solr.LRUCache"                     size="512"       
>               
initialSize="512"                     autowarmCount="0"/>
>  <documentCache class="solr.LRUCache"                   size="512"            
>        
initialSize="512"                   autowarmCount="0"/>
> 
> <queryResultMaxDocsCached>200</queryResultMaxDocsCached>
> 
> I think still something is going on. I mean 15s on SSD drives is a long time 
to handle a 4GB index.

How much RAM do you have and what size is your max java heap?

https://wiki.apache.org/solr/SolrPerformanceProblems#RAM

Thanks,
Shawn


 

Reply via email to