Antwort: FD_LIMIT
Frank Ennulat <[email protected]>
| Newsgroups | gmane.comp.web.web-polygraph.user |
|---|---|
| Message-ID | <OF6CF71C12.95580039-ONC1257109.002932C3-C1257109.0029DAE4@de.debitel.com> |
Hi, >When you tune your Linux-based OS to have more filedescriptors, you >need to make sure that FD_SETSIZE value in system headers files >reflects your changes. Unfortunately, I am not qualified to give you >step-by-step instructions on how to do that on Linux, but I suspect >there are HOWTOs online and a few hints in this mailing list archive. You need to change the value of FD_SETSIZE in /usr/include/bits/typesizes.h before building polygraph . I also changed /usr/include/linux/fs.h : INR_OPEN and NR_OPEN and /usr/include/linux/limits.h : NR_OPEN Regards Frank