You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by "hans@seesite.be" <ha...@seesite.be> on 2003/06/01 02:15:07 UTC

Re: BTreeFiler not available

The error,

DEBUG> Filer 'org.apache.xindice.core.filer.BTreeFiler' not available

was caused because linux has a default maximum of 1024 open files.
Seems like the more collections and indexers you have, the more open files.

I solved the problem by setting the value for open files higher.
this can be done (on linux) by the command.

#ulimit -n 5000

don't know yet what the downside on other processes or system-load is, or 
could be.