From owner-freebsd-current@FreeBSD.ORG Tue Feb 7 18:31:54 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 B074416A420 for ; Tue, 7 Feb 2006 18:31:54 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0553F43D60 for ; Tue, 7 Feb 2006 18:31:52 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id k17IVq2k050667 for ; Tue, 7 Feb 2006 10:31:52 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id k17IVqWn050666 for freebsd-current@freebsd.org; Tue, 7 Feb 2006 10:31:52 -0800 (PST) (envelope-from sgk) Date: Tue, 7 Feb 2006 10:31:52 -0800 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20060207183152.GA50629@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: memguard monitoring of more than 1 memory_type? 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: Tue, 07 Feb 2006 18:31:54 -0000 Can memguard monitor the usage of more that one memory_type? I added vm.memguard.desc="filedesc" vm.memguard.desc="DEVFS1" vm.memguard.desc="ptys" to /boot/loader.conf under the assumption that all three types would be monitored. However, I see troutmask:kargl[207] sysctl -a | grep memg vm.memguard.desc: ptys vm.memguard.divisor: 10 which shows only the last loader.conf line is effective. -- Steve