Re: Queueing/too many files

2006-10-12 Thread mark
or it could be a result of *not* using the compound file format (controlled via solrconfig.xml) Ah yes - this was set to false by default - seems to have done the trick. cheers mark

Re: Queueing/too many files

2006-10-12 Thread Chris Hostetter
: these to solr very quickly but rapidly run into the 'too many files : open problem'. too many filehandles may be because you aren't closing the connections in your update client ... or it could be a result of *not* using the compound file format (controlled via solrconfig.xml) Solr itself reall