> 
> 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?

What do 'cat /proc/sys/fs/file-nr' and 'cat /proc/sys/fs/file-max' give
you?

Also adding up the number of files qmail qmail opens will give you an
under estimate. Qmail is not the only thing running on the machine and file
descripters are opened for other reasons than just explicit file access by
an application.

Try doing 'echo 8192 >/proc/sys/fs/file-max' as root then a 
'cat /proc/sys/fs/file-nr' after some time.

The 3 numbers from file-nr are maximum used, currently in use and maximum
available.

-- 
Mark Evans
St. Peter's CofE High School
Phone: +44 1392 204764 X109
Fax: +44 1392 204763

Reply via email to