From ee92d748b5fcbd6df328f4fc419f14b68f5f573c Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Sun, 6 Apr 2014 00:35:35 +0200 Subject: [PATCH] test using compound file format, see UseCompoundFile in https://cwiki.apache.org/confluence/display/solr/IndexConfig+in+SolrConfig This appears to be necessary as many times a java.io.FileNotFoundException: (Too many open files) appears. See also: https://issues.apache.org/jira/browse/SOLR-4 and desperate users at http://stackoverflow.com/questions/3828343/too-many-open-file-exception-while-indexin-using-solr We cannot force users to do a "ulimit -n 1000000", so this action seems to be required. --- defaults/solr/solrconfig.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/solr/solrconfig.xml b/defaults/solr/solrconfig.xml index 5e14661a0..02ceec670 100644 --- a/defaults/solr/solrconfig.xml +++ b/defaults/solr/solrconfig.xml @@ -138,7 +138,7 @@ - +