From owner-cvs-all Sun Apr 7 23:20:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E73837B404; Sun, 7 Apr 2002 23:20:34 -0700 (PDT) Received: (from jeff@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g386KYd92694; Sun, 7 Apr 2002 23:20:34 -0700 (PDT) (envelope-from jeff) Message-Id: <200204080620.g386KYd92694@freefall.freebsd.org> From: Jeff Roberson Date: Sun, 7 Apr 2002 23:20:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma_core.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/04/07 23:20:34 PDT Modified files: sys/vm uma_core.c Log: Add a mechanism to disable buckets when the v_free_count drops below v_free_min. This should help performance in memory starved situations. Revision Changes Path 1.10 +29 -6 src/sys/vm/uma_core.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message