You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Dawid Weiss <da...@gmail.com> on 2012/04/16 09:36:01 UTC

open files limit exceeded

I think I see this more frequently than previously which makes me
nervous.  Anybody with the working knowledge of lsof -- is there
anything suspicious in the logs? Maybe I'm not closing something I
should be closing in the runner?

Dawid

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: open files limit exceeded

Posted by Robert Muir <rc...@gmail.com>.
i looked at this last night, easiest way is to run 'ant test' with a single jvm,
then run lsof +D <checkoutLocation> to see all open files under that dir.

I saw tons of linefiledocs piling up and committed fixes to close linefiledocs.

So if its still happening, i dont know why. but maybe its the fact i'm only
looking at the checkout. maybe there is a simple file leak in /tmp or something?


On Mon, Apr 16, 2012 at 3:36 AM, Dawid Weiss <da...@gmail.com> wrote:
> I think I see this more frequently than previously which makes me
> nervous.  Anybody with the working knowledge of lsof -- is there
> anything suspicious in the logs? Maybe I'm not closing something I
> should be closing in the runner?
>
> Dawid
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>



-- 
lucidimagination.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org