You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Hang Li <hx...@careersite.com> on 2002/07/23 16:59:05 UTC

Too many open files?

>

I have seen a lot postings about this topic. Any final thoughts?

We did a simple stress test, Lucene would produce this error between 30 - 80
concurren searches.  The index directory has 24 files (15 fields), and
"
ulimit -n
32768
",

there should be more than enough FDs.  Note, we did not do any writings to index
while we were searching.  Any ideas? Thx.



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Too many open files?

Posted by Rosen Marinov <ro...@sirma.bg>.
just close your Searcher after finishing work

----- Original Message -----
From: "Hang Li" <hx...@careersite.com>
To: "Lucene Users List" <lu...@jakarta.apache.org>
Sent: Tuesday, July 23, 2002 5:59 PM
Subject: Too many open files?


> >
>
> I have seen a lot postings about this topic. Any final thoughts?
>
> We did a simple stress test, Lucene would produce this error between 30 -
80
> concurren searches.  The index directory has 24 files (15 fields), and
> "
> ulimit -n
> 32768
> ",
>
> there should be more than enough FDs.  Note, we did not do any writings to
index
> while we were searching.  Any ideas? Thx.
>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>