From 736d5da0195241a35f4eb895ade248500d75bfaa Mon Sep 17 00:00:00 2001 From: Michael Lucas Date: Thu, 17 Jan 2002 16:41:54 +0000 Subject: [PATCH] New FAQ: "What is VNLRU?" Based on email answer from dillon. Hopefully this will avoid a post-4.5R flood of questions on this subject... --- en_US.ISO8859-1/books/faq/book.sgml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index 3a3b73b4de..b47734007c 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -7802,6 +7802,20 @@ define(`confDELIVERY_MODE',`deferred')dnl provide this functionality. + + + + What is vnlru? + + + + vnlru flushes and frees vnodes when + the system hits the kern.maxvnodes + limit. This kernel thread sits mostly idle, and only + activates if you have a huge amount of RAM and are + accessing tens of thousands of tiny files. + +