From owner-freebsd-current@FreeBSD.ORG Fri Feb 24 05:02:11 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DC6416A420 for ; Fri, 24 Feb 2006 05:02:11 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from smtp109.rog.mail.re2.yahoo.com (smtp109.rog.mail.re2.yahoo.com [68.142.225.207]) by mx1.FreeBSD.org (Postfix) with SMTP id 942CD43D77 for ; Fri, 24 Feb 2006 05:02:10 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 87102 invoked from network); 24 Feb 2006 05:02:09 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=aKHMLBEJocd46ySu1lRwSjfdzS0W2X+Ix5ZrvwBTLrOJWKuEcfCVJHUJCoweC/BF3bMJVCA1HDvwNwoYhThearejlly4SBmcflqS34Locy4ErX5/Pw0NissvWaKsoZGfS76XDi1jzYyNUmNbPkY+1+nqcy9YLrJ8D/ygk+YgxJs= ; Received: from unknown (HELO ?70.30.133.184?) (mikej@rogers.com@70.30.133.184 with plain) by smtp109.rog.mail.re2.yahoo.com with SMTP; 24 Feb 2006 05:02:09 -0000 Message-ID: <43FE9370.8000209@rogers.com> Date: Fri, 24 Feb 2006 00:02:40 -0500 From: Mike Jakubik User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Mark Kirkwood References: <43FE6DBD.5000006@paradise.net.nz> <2154.FgtQRFVGBkU=.1140749016.squirrel@172.16.0.1> <43FE7800.4040808@paradise.net.nz> In-Reply-To: <43FE7800.4040808@paradise.net.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, Peter Fraser Subject: Re: Virtual memory consumption (both user and kernel) in modern CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 05:02:11 -0000 Mark Kirkwood wrote: > Mike Jakubik wrote: >> On Thu, February 23, 2006 9:21 pm, Mark Kirkwood wrote: >> >> >>> The most likely culprit is the fact that redzones are enabled at the >>> moment in -CURRENT. >>> >>> On that note, Mike - did you try turning them off? >> >> >> Yes, it lowered my swap space usage from 40MB to 1MB. Which is certainly >> better, but even before, my system used no swap. >> > > Hmm, that's not so great - any idea about how much free memory you had > using the old malloc? > > I'm interested, as I run 6.0R on a PIII with 512MB RAM and have (right > now) 193MB free, that's with Enlightment, Firefox, Thunderbird, xmms, > and several Eterms running - so needless to say it runs great. I'm > wondering what the situation will look like with -CURRENT.... Nope, and i don't really feel like backing out malloc and recompiling world now :P Basically, i had bit more free memory, but i suggest you stick with 6.x, unless you don't mind testing a development branch.