On Thu, Nov 11, 1999 at 05:15:14PM -0800, Dongping Deng wrote:
>> If I only inject to one of them (both qmail/qmail2 are running), it also
>> works fine. It seems the two instances start to do something funny. Any
>> ideas?

>You're running out of filedescriptors (either for that users (qmail*)
>or system wide). Increase the limits and it should work. For that you
>either have to use "ulimit" before starting qmail, configure some
>kernel limits or even build a new kernel.

Thanks, I did found the error message "VFS: file-max limit 4096 reached" in
dmesg.

It's still weird. I have concurencyremote=250 for each instance, and the
open files value obtained from ulimit is 1024 ( 1024 >> 2*250 + 5). It seems
to me there's enough margin for it.  BTW, how is the requirement for
filedescriptor > 2*concurrencyremote + 5 working for mulitiple qmail
instances?

dp

Reply via email to