From owner-freebsd-hackers Sun Jul 6 20:29:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA20908 for hackers-outgoing; Sun, 6 Jul 1997 20:29:21 -0700 (PDT) Received: from kiyoko.communique.net (kiyoko.Communique.Net [204.27.65.11]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA20901 for ; Sun, 6 Jul 1997 20:29:16 -0700 (PDT) Received: (from mango@localhost) by kiyoko.communique.net (8.8.5/8.7.3) id WAA20993 for hackers@freebsd.org; Sun, 6 Jul 1997 22:28:45 -0500 (CDT) Date: Sun, 6 Jul 1997 22:28:45 -0500 (CDT) From: Raul Zighelboim Message-Id: <199707070328.WAA20993@kiyoko.communique.net> To: hackers@freebsd.org Subject: kern.maxvnodes and systat -v Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello there! When running 2.1.7-RELEASE of freebsd, setting kern.maxvnodes=32000 on the kernel (sysctl -w ...) would increase the number of vnodes from the default. I could see this increase on the 'systat -v' window under buf on the bottom right column, under cow. The I upgraded to 2.2.2-RELEASE. Now systat -v show always '16415 buf' (ie, 16000). Is this a bug, or something I am reading wrong ? Thanks.