From owner-freebsd-questions@FreeBSD.ORG Wed Jan 11 14:35:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1364816A41F for ; Wed, 11 Jan 2006 14:35:45 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id A31C643D79 for ; Wed, 11 Jan 2006 14:35:37 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id C666C5E04; Wed, 11 Jan 2006 09:35:35 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 86625-07; Wed, 11 Jan 2006 09:35:35 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-122-227.ny325.east.verizon.net [68.161.122.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id CA8235C56; Wed, 11 Jan 2006 09:35:34 -0500 (EST) Message-ID: <43C517B7.704@mac.com> Date: Wed, 11 Jan 2006 09:35:35 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wojciech Puchar References: <20060111112654.O11627@chylonia.3miasto.net> In-Reply-To: <20060111112654.O11627@chylonia.3miasto.net> X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: limiting Buf memory 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: Wed, 11 Jan 2006 14:35:45 -0000 Wojciech Puchar wrote: > on my 1GB machine: > > Mem: 529M Active, 209M Inact, 149M Wired, 38M Cache, 109M Buf, 1772K Free > > while "Cache" is dynamic, Buf is not and never goes down. > > how can i get it down to somehow like 40MB? I think "Buf" corresponds to what NetBSD's top calls "File", it's the amount of memory that is bufferring raw blocks from the disk. Your traditional VM disk cache is the "Cache" entry. See the end of "man top". -- -Chuck