From owner-freebsd-questions@FreeBSD.ORG Thu Oct 2 15:05:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 256801065696 for ; Thu, 2 Oct 2008 15:05:07 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from kanga.honeypot.net (kanga.honeypot.net [IPv6:2001:470:a80a:1:21f:d0ff:fe22:b8a8]) by mx1.freebsd.org (Postfix) with ESMTP id D61958FC1F for ; Thu, 2 Oct 2008 15:05:06 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id 74F98944FED for ; Thu, 2 Oct 2008 10:05:06 -0500 (CDT) X-Virus-Scanned: amavisd-new at honeypot.net Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z3dgAabO5zlY for ; Thu, 2 Oct 2008 10:04:59 -0500 (CDT) Received: from athena.daycos.com (athena.daycos.com [IPv6:2001:470:c054:1:221:9bff:fe00:de3f]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTPSA id 5E5F2944567 for ; Thu, 2 Oct 2008 10:04:59 -0500 (CDT) From: Kirk Strauser To: freebsd-questions@freebsd.org Date: Thu, 2 Oct 2008 10:04:56 -0500 User-Agent: KMail/1.9.9 References: <200810020958.54563.kirk@strauser.com> In-Reply-To: <200810020958.54563.kirk@strauser.com> X-Face: T+/_{qmjgbosI0J/e83I~w[&VF'w)!((xEpj///^bA/6?jHHS?nq+T8_+`nh"WnEWCWG, \}]Y2$)) =?utf-8?q?vLVz4ACChrEcb=7DCO=5EtYmMG=5C=0A=09ts=2Em=3F=5B7=5B6OwE*dAJ*9f+m?= =?utf-8?q?X=2E7R32qeN=5EDJ=5C?=(k@evW?IRQCy.^ MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810021004.56210.kirk@strauser.com> Subject: Re: More RAM for buffers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2008 15:05:07 -0000 On Thursday 02 October 2008, Kirk Strauser wrote: > I have an AMD system with 6GB of RAM. From dmesg: > > usable memory = 6428237824 (6130 MB) > avail memory = 6203797504 (5916 MB) > > However, most of it is just sitting there when it looks like it could be > used for buffers or cache: On another AMD64 machine, also with 6GB of RAM, I have: Mem: 482M Active, 1044M Inact, 363M Wired, 3792K Cache, 214M Buf, 4023M Free Swap: 8192M Total, 8192M Free I can understand that on the other machine maybe inactive memory is more beneficial than cache or buffers, but this system is just sitting there with 4GB free (and the exact same amount of buffer memory as on the other, which seems a little too coincidental). -- Kirk Strauser