From owner-cvs-all Fri Aug 24 15:54:42 2001 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 8B7A637B401; Fri, 24 Aug 2001 15:54:36 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OMsao37153; Fri, 24 Aug 2001 15:54:36 -0700 (PDT) (envelope-from dillon) Message-Id: <200108242254.f7OMsao37153@freefall.freebsd.org> From: Matt Dillon Date: Fri, 24 Aug 2001 15:54:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm swap_pager.c X-FreeBSD-CVS-Branch: RELENG_4 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 dillon 2001/08/24 15:54:36 PDT Modified files: (Branch: RELENG_4) sys/vm swap_pager.c Log: Cut the size of the (really over zealous) swap-meta allocation in half to avoid an out-of-KVM panic on machines with 4G of ram. (This is not the more sophisticated kvm capping code, just a simple patch). Approved by: jkh Revision Changes Path 1.130.2.9 +2 -2 src/sys/vm/swap_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message