From owner-freebsd-current@FreeBSD.ORG Thu Jan 18 14:15:42 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E07016A541 for ; Thu, 18 Jan 2007 14:15:42 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 5D01C13C44B for ; Thu, 18 Jan 2007 14:15:42 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1H7Y30-0002c9-TS for freebsd-current@freebsd.org; Thu, 18 Jan 2007 15:15:26 +0100 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jan 2007 15:15:22 +0100 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jan 2007 15:15:22 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Ivan Voras Date: Thu, 18 Jan 2007 15:15:15 +0100 Lines: 12 Message-ID: References: <45AF7C3A.2080303@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 1.5.0.4 (X11/20060625) In-Reply-To: <45AF7C3A.2080303@cisco.com> Sender: news Subject: Re: Zone memory for UMA 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: Thu, 18 Jan 2007 14:15:42 -0000 Randall Stewart wrote: > Should we think about adding some sort of garbage > collector thread.. that could hang around slowly and > periodically look for a zone with large numbers of free > pages... and then drain that zone? > > Or maybe this already exists and I just can't find the > connection??? If it doesn't exist, it would probably be better to piggyback that to some already existing garbage collector thread.