Hello, I have a similar problem, not with Solr, but in Java. From what I have found, it is a usage and os problem: comes from using to many files, and the time it takes the os to reclaim the fds. I found the recomendation that System.gc() should be called periodically. It works for me. May not be the most elegant, but it works.
Brian. Am Montag, den 14.07.2008, 11:14 +0200 schrieb Alexey Shakov: > now we have set the limt to ~10000 files > but this is not the solution - the amount of open files increases > permanantly. > Earlier or later, this limit will be exhausted. > > > Fuad Efendi schrieb: > > Have you tried [ulimit -n 65536]? I don't think it relates to files > > marked for deletion... > > ============== > > http://www.linkedin.com/in/liferay > > > > > >> Earlier or later, the system crashes with message "Too many open files" > > > > > > >