diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index 6f92c20b22..3b3aae8c65 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -3262,23 +3262,23 @@ quit - Why do I get the error /kernel: proc: table + Why do I get the error kernel: proc: table is full? The FreeBSD kernel will only allow a certain number of processes to exist at one time. The number is based on - the MAXUSERS option in the kernel - configuration. MAXUSERS also affects + the kern.maxusers &man.sysctl.8; variable. + kern.maxusers also affects various other in-kernel limits, such as network buffers (see this earlier question). If your machine is heavily loaded, you - probably want to increase MAXUSERS. + probably want to increase kern.maxusers. This will increase these other system limits in addition to the maximum number of processes. - To adjust your MAXUSERS value, see + To adjust your kern.maxusers value, see the File/Process Limits section of the Handbook. (While that