On Wed, Sep 3, 2008 at 1:50 PM, Martin Owens
<[EMAIL PROTECTED]> wrote:
> I'm dealing with an odd problem with solr using multi-cores. If we start
> using more than about 40 or so cores the java spews forth errors about
> lacking file handles.

- Increase the number of file descriptors available to the system
(this is operating system specific).
- Change to use the compound file format, which uses fewer files (and
hence fewer descriptors) per index

-Yonik

Reply via email to