From owner-cvs-src@FreeBSD.ORG Wed Oct 27 17:21:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A788E16A4D3; Wed, 27 Oct 2004 17:21:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8426243D1D; Wed, 27 Oct 2004 17:21:15 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9RHLF46004918; Wed, 27 Oct 2004 17:21:15 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9RHLFrK004917; Wed, 27 Oct 2004 17:21:15 GMT (envelope-from peter) Message-Id: <200410271721.i9RHLFrK004917@repoman.freebsd.org> From: Peter Wemm Date: Wed, 27 Oct 2004 17:21:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include vmparam.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 17:21:15 -0000 peter 2004-10-27 17:21:15 UTC FreeBSD src repository Modified files: sys/amd64/include vmparam.h Log: Raise MAXDSIZ from 8G to 32G. The old limit was just an arbitary choice that was greater than 4G. I originally used the same values as i386 in order to save opening a new PML4 page slot, but in the day of gigabytes of memory, worrying about a 4K page seems futile. Moving from 8 to 32G moves the page to a different index, it doesn't increase the number of pages used. Revision Changes Path 1.45 +1 -1 src/sys/amd64/include/vmparam.h