From owner-freebsd-hackers Wed Oct 8 06:39:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA17643 for hackers-outgoing; Wed, 8 Oct 1997 06:39:37 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from unicorn.uk1.vbc.net (unicorn.uk1.vbc.net [194.207.2.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA17629 for ; Wed, 8 Oct 1997 06:39:31 -0700 (PDT) (envelope-from gordon@drogon.net) Received: from localhost (gordon@localhost) by unicorn.uk1.vbc.net (8.8.5/8.8.5) with SMTP id OAA28263; Wed, 8 Oct 1997 14:41:56 +0100 Date: Wed, 8 Oct 1997 14:41:56 +0100 (BST) From: Gordon Henderson X-Sender: gordon@unicorn To: Mike Smith cc: hackers@freebsd.org Subject: Re: Wheres all my memory going? In-Reply-To: <199710081331.XAA04444@word.smith.net.au> Message-ID: Distribution: world Organization: Home for lost Drogons MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 8 Oct 1997, Mike Smith wrote: > > Mem: 242M Active, 50M Inact, 26M Wired, 34M Cache, 1726K Buf, 152M Free > > Swap: 64M Total, 53M Used, 11M Free, 83% Inuse > ... > > And that just does now add up!!! (Yes, named is supposed to be that large, > > but it's no-where near the total memory of the machine) > > Yes it does: 242 + 50 + 26 + 34 + 1.762 + 152 ~= 512. But if theres 152MB of free memory then why is it ever pushing stuff out into swap??? Gordon