diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index c5b1df2d3f..36d2551c62 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -4422,33 +4422,14 @@ IO range check 0x00 activate 0x01 - This error is caused when you have exhausted the number of - available file descriptors on your system. The file table in - memory is full. - - The solution: - - Manually adjust the kern.maxfiles kernel limit - setting. - - &prompt.root; sysctl -w kern.maxfiles=n - Adjust n according to your system needs. - Each open file, socket, or fifo uses one file descriptor. - A large-scale server may easily require tens of thousands of - file descriptors (10,000+), depending on the kind and number - of services running concurrently. - The number of default file descriptors set in the kernel is - dictated by the - maxusers 32 - maxusers line in your kernel - config file. Increasing this will proportionally increase - kern.maxfiles. - - You can see what kern.maxfiles is - currently set to by: - - &prompt.root; sysctl kern.maxfiles -kern.maxfiles: 1064 + This error message indicates you have exhausted the number + of available file descriptors on your system. Please see + the kern.maxfiles + section of the Tuning + Kernel Limits section of the Handbook for a + discussion and solution.