Increasing autoCommit doesn't increase RAM consumption. It just means that more items would be in transaction log and that node restart/recovery will be slower.
On Fri, Aug 1, 2014 at 7:10 PM, anand.mahajan <an...@zerebral.co.in> wrote: > Oops - my bad - Its autoSoftCommit that is set after every doc and not an > autoCommit. > > Following snippet from the solrconfig - > > <autoCommit> > <maxTime>10000</maxTime> > <openSearcher>true</openSearcher> > </autoCommit> > > <autoSoftCommit> > <maxDocs>1</maxDocs> > </autoSoftCommit> > > Shall I increase the autoCommit time as well? But would that mean more RAM > is consumed by all instances running on the box? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SolrCloud-Scale-Struggle-tp4150592p4150615.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Shalin Shekhar Mangar.