Dear All,
I am newer of learning FreeBSD and qmail. Now when I config the limit of the
number of per process file handles for qmail to send about a concurrencyremote of 1000
,I meet the question that I can not increase the number of file handles about a
concurrencyremote of 500 (I have patched the patch ).
I modify the types.h file at /usr/src/sys/sys/types.h ,and set "#define FD_SETSIZE
4096" ,but when I do "make" in the install firld ,there is some mistakes :
./chkspawn
Oops. Your system's FD_SET() has a hidden limit of 1024 descriptors.
This means that the qmail daemons could crash if you set the run-time
concurrency higher than 509. So I'm going to insist that the concurrency
limit in conf-spawn be at most 509. Right now it's 600.
*** Error code 1
Stop in /usr/home/zsh/qmail/qmail-1.03.
So I am very hurry. I think you can help me .
Thank you very much
Sincerely, wings