From owner-freebsd-questions@FreeBSD.ORG Wed Jul 2 11:26:16 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89E4E37B401 for ; Wed, 2 Jul 2003 11:26:16 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id A117D43FBF for ; Wed, 2 Jul 2003 11:26:15 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h62IQ9nB061816; Wed, 2 Jul 2003 13:26:09 -0500 (CDT) (envelope-from dan) Date: Wed, 2 Jul 2003 13:26:09 -0500 From: Dan Nelson To: Sorin Chiorean Message-ID: <20030702182609.GB59317@dan.emsphone.com> References: <005901c340c4$d9816750$0b6fa8c0@sorin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <005901c340c4$d9816750$0b6fa8c0@sorin> X-OS: FreeBSD 5.1-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: Increasing memory on a FreeBSD 4.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 18:26:16 -0000 In the last episode (Jul 02), Sorin Chiorean said: > I have increased memory on my FreeBSD from 128 Mb to 384 Mb. > > I have a MAXMEM option in the Kernel configuration file : > # Machine Information > machine "i386" > cpu "I686_CPU" > ident "test" > maxusers 32 > options MAXMEM=""131072" > > How can I avoid to rebuild the kernel and to use all memory ? Edit /boot/loader.conf and add a line like this: hw.physmem="384M" That will override the kernel MAXMEM value. -- Dan Nelson dnelson@allantgroup.com