From owner-freebsd-questions Wed Mar 11 19:38:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA17831 for freebsd-questions-outgoing; Wed, 11 Mar 1998 19:38:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA17776 for ; Wed, 11 Mar 1998 19:37:56 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id WAA22329; Wed, 11 Mar 1998 22:37:48 -0500 (EST) Message-ID: <19980311223748.20385@emu.sourcee.com> Date: Wed, 11 Mar 1998 22:37:48 -0500 From: Norman C Rice To: Jakob Alvermark Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 512MB ram? References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.88 In-Reply-To: ; from Jakob Alvermark on Wed, Mar 11, 1998 at 07:29:13PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Mar 11, 1998 at 07:29:13PM +0100, Jakob Alvermark wrote: > Hello. > > I've got a nice machine over here. A Pentium II-MMX 300 MHz with 512 Mb > RAM. But, it seems like I can't use all the RAM... :( > With the generic kernel, it detects 64 megs. I recompiled the kernel with > the option MAXMEM=(512*1024) and rebooted. The sees the memory, but then > directly panics with "bounce memory out of range" right after it prints > the "real memory" message. I tried setting MAXMEM to 256 megs (256*1024) > and it worked. But I want to use all of my memory, not half :( > > What can be the problem? Please cc: me, I'm not on this list. > > /Jakob Alvermark > > ------------------------------------------------------- > Teligent AB, P.O. Box 213, S-149 23 Nynäshamn, Sweden > Telephone +46-(0)8 520 660 00 * Fax +46-(0)8 520 193 36 > Direct +46-(0)8 520 660 32 * GSM +46-(0)70 792 16 57 I have a system with 512MB and couldn't even get 2.2.5-RELEASE to install due to the annoying bounce buffer problem. I ended up moving to -CURRENT where there is this nifty feature that detects/predicts `the bounce buffer out of range' issue and disables the bounce buffers. ;-) I don't know whether this feature made its way into the upcoming 2.2.6-RELEASE, but I sure hope it did. (Jordan?) Your problem should disappear by manually disabling (commenting) the `options BOUNCE_BUFFERS' in your kernel configuration file and building/installing a new kernel. AFAIK you don't need to specify the `MAXMEM' option in 2.2.5-RELEASE and later systems; it's automagically detected. Enjoy the 512MB. -- Regards, Norman C. Rice, Jr. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message