From owner-freebsd-current Mon Feb 5 15:14:41 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA04339 for current-outgoing; Mon, 5 Feb 1996 15:14:41 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA04333 for ; Mon, 5 Feb 1996 15:14:38 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.6.12/8.6.5) with SMTP id PAA03776; Mon, 5 Feb 1996 15:14:36 -0800 Message-Id: <199602052314.PAA03776@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost didn't use HELO protocol To: Ollivier Robert cc: freebsd-current@FreeBSD.ORG (FreeBSD Current Users' list) Subject: Re: Wired memory In-reply-to: Your message of "Mon, 05 Feb 1996 23:34:46 +0100." <199602052234.XAA11357@keltia.freenix.fr> From: David Greenman Reply-To: davidg@Root.COM Date: Mon, 05 Feb 1996 15:14:36 -0800 Sender: owner-current@FreeBSD.ORG Precedence: bulk >When I run top, it seems that much more memory is in the Wired column... Is >that expected or is there a problem somewhere ? It's expected. The memory that is associated with filesystem buffers now shows up as "wired" - it was previously accounted for in the "active" memory. FS caching that is not associated with buffers is still "cache" memory, however. -DG David Greenman Core Team/Principal Architect, The FreeBSD Project