From owner-freebsd-bugs@FreeBSD.ORG Sun May 25 17:30:12 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09DD937B401 for ; Sun, 25 May 2003 17:30:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A873D43F75 for ; Sun, 25 May 2003 17:30:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4Q0UBUp016740 for ; Sun, 25 May 2003 17:30:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4Q0UBTu016739; Sun, 25 May 2003 17:30:11 -0700 (PDT) Date: Sun, 25 May 2003 17:30:11 -0700 (PDT) Message-Id: <200305260030.h4Q0UBTu016739@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Masachika ISHIZUKA Subject: Re: kern/52425: kern.maxvnodes cannot limit the number of vnodes in use X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Masachika ISHIZUKA List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 00:30:12 -0000 The following reply was made to PR kern/52425; it has been noted by GNATS. From: Masachika ISHIZUKA To: das@FreeBSD.ORG Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/52425: kern.maxvnodes cannot limit the number of vnodes in use Date: Mon, 26 May 2003 09:24:09 +0900 (JST) >>> I think kern.maxvnodes should limit the debug.numvnodes. >> >> Tor Egge addressed this issue in rev 1.249.2.30 of >> src/sys/kern/vfs_subr.c. Can you please verify that >> the symptoms you are experiencing are gone in -STABLE? > > I'm too sorry that I missed it had already updated in stable > branch. I'll report next Monday whether vfs_subr.c of rev 1.249.2.30 > fixes this problem or not. Hi, David-san. This is ishizuka@ish.org. Thank you very much. It fixes my problem. After replacing vfs_subr.c of rev 1.249.2.30, it is not slow down and kern.maxvnodes limits debug.numvnodes correctly more than 60 hours. -- ishizuka@ish.org