From owner-freebsd-current@FreeBSD.ORG Fri Feb 24 02:22:00 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 253EC16A420 for ; Fri, 24 Feb 2006 02:22:00 +0000 (GMT) (envelope-from markir@paradise.net.nz) Received: from linda-5.paradise.net.nz (bm-5a.paradise.net.nz [203.96.152.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1D9943D64 for ; Fri, 24 Feb 2006 02:21:53 +0000 (GMT) (envelope-from markir@paradise.net.nz) Received: from smtp-2.paradise.net.nz (tclsnelb1-src-1.paradise.net.nz [203.96.152.172]) by linda-5.paradise.net.nz (Paradise.net.nz) with ESMTP id <0IV600K2U6KFPV@linda-5.paradise.net.nz> for freebsd-current@freebsd.org; Fri, 24 Feb 2006 15:21:51 +1300 (NZDT) Received: from [192.168.1.11] (218-101-29-134.dsl.clear.net.nz [218.101.29.134]) by smtp-2.paradise.net.nz (Postfix) with ESMTP id 60633229C6C; Fri, 24 Feb 2006 15:21:51 +1300 (NZDT) Date: Fri, 24 Feb 2006 15:21:49 +1300 From: Mark Kirkwood In-reply-to: To: Peter Fraser , mikej@rogers.com Message-id: <43FE6DBD.5000006@paradise.net.nz> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.6 (X11/20051106) References: Cc: freebsd-current@freebsd.org 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 02:22:00 -0000 Peter Fraser wrote: > It's truly a ptiy that so serious a thing is an issue so near to a release. > I agree that users should be given a choice especially since some of us run > non-threaded apps that spawn a number of processes. From what I have read, > wouldn't a squid + squidguard combination rely much more heavily on swap > now. If so, I think I will also stick with the 5 series and 6.0 in my > environment. 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? regards Mark