Can anyone please shed some light on this? ulimit says unlimited I am on redhat running lucene 1.2 rc4
Haven't change any lucene defaults like mergeFactor etc. This is really a big problem for us as it's on our production system! -ngd. java.io.FileNotFoundException: /home/celoxis/psa_root/data/indices/2/4/_3l.f9 (Too many open files) : at java.io.RandomAccessFile.open(Native Method) : at java.io.RandomAccessFile.<init>(RandomAccessFile.java:200) : at org.apache.lucene.store.FSInputStream$Descriptor.<init>(Unknown Source) : at org.apache.lucene.store.FSInputStream.<init>(Unknown Source) : at org.apache.lucene.store.FSDirectory.openFile(Unknown Source) : at org.apache.lucene.index.SegmentReader.openNorms(Unknown Source) : at org.apache.lucene.index.SegmentReader.<init>(Unknown Source) : at org.apache.lucene.index.SegmentReader.<init>(Unknown Source) : at org.apache.lucene.index.IndexReader$1.doBody(Unknown Source) : at org.apache.lucene.store.Lock$With.run(Unknown Source) : at org.apache.lucene.index.IndexReader.open(Unknown Source) : at org.apache.lucene.index.IndexReader.open(Unknown Source) : at org.apache.lucene.search.IndexSearcher.<init>(Unknown Source) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
