Re: Open Too Many Files

2011-02-03 Thread Gustavo Maia
Try it. ulimit -n20 2011/2/3 Grijesh > > best option to use > true > > decreasing mergeFactor may cause indexing slow > > - > Thanx: > Grijesh > http://lucidimagination.com > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Open-Too-Many-Files-tp2406289p2412415.

Re: Open Too Many Files

2011-02-03 Thread Grijesh
best option to use true decreasing mergeFactor may cause indexing slow - Thanx: Grijesh http://lucidimagination.com -- View this message in context: http://lucene.472066.n3.nabble.com/Open-Too-Many-Files-tp2406289p2412415.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Open Too Many Files

2011-02-03 Thread Markus Jelsma
Or decrease the mergeFactor. > or change the index to a compound-index > > solrconfig.xml: true > > so solr creates one index file and not thousands. > > - > --- System > > > One Server, 12 GB RAM, 2 Solr Instances, 7 Cor

Re: Open Too Many Files

2011-02-03 Thread stockii
or change the index to a compound-index solrconfig.xml: true so solr creates one index file and not thousands. - --- System One Server, 12 GB RAM, 2 Solr Instances, 7 Cores, 1 Core with 31 Million Documents other Cores

Re: Open Too Many Files

2011-02-02 Thread Grijesh
increase the OS parameter for max file to open. it is less set as default depending on the OS. - Thanx: Grijesh http://lucidimagination.com -- View this message in context: http://lucene.472066.n3.nabble.com/Open-Too-Many-Files-tp2406289p2411217.html Sent from the Solr - User mailing list a