Re: Too many open files error (EMFILE)
Re: Too many open files error (EMFILE)
- Subject: Re: Too many open files error (EMFILE)
- From: Jaroslav Snajdr <email@hidden>
- Date: Sat, 12 Mar 2005 17:09:31 +0100
AFAICT one of N things is happening. Either:
1. your resource limit is lower than you think it is, or
2. maxfiles has been lower is some weird way, or
3. the code that searches the file descriptor array is broken, or
4. the file descriptor array really is that full, but lsof can't see
those files.
Hi,
I finally found out that thing number 1 actually happened. The server
could be started by two independent startup scripts. One set the limit
to maximum with ulimit -n unlimited, the other didn't and left the
rlimit on default 256 files.
Anyway, thanks for the excellent suggestions about debugging the
kernel. I might use them on some other occasion.
Jarda
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden