From owner-freebsd-hackers@FreeBSD.ORG Fri Aug 15 19:20:31 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD0C437B401 for ; Fri, 15 Aug 2003 19:20:31 -0700 (PDT) Received: from www.ambrisko.com (adsl-64-174-51-42.dsl.snfc21.pacbell.net [64.174.51.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35DC943FAF for ; Fri, 15 Aug 2003 19:20:31 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.8p1/8.12.8) with ESMTP id h7G2KTf8001419; Fri, 15 Aug 2003 19:20:29 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.8p1/8.12.8/Submit) id h7G2KTTh001418; Fri, 15 Aug 2003 19:20:29 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200308160220.h7G2KTTh001418@ambrisko.com> In-Reply-To: To: Daniel Ellard Date: Fri, 15 Aug 2003 19:20:29 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: freebsd-hackers@freebsd.org Subject: Re: specifying RAM size at boot? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2003 02:20:32 -0000 Daniel Ellard writes: | I thought this was configurable by setting a variable in | /boot/loader.conf and rebooting, but I haven't been able to find the | right variable(s). (someone suggested MAXMEM, but this doesn' | seem to do anything at all.) I think it is hw.physmem= I used it at a prior company. Doug A.