Date: Thu, 18 Oct 2001 10:19:55 -0600 From: Joe.Warner@smed.com To: Linh Pham <lplist@closedsrc.org> Cc: FreeBSD-Questions@freebsd.org Subject: Re: FreeBSD not recognizing memory Message-ID: <OFAEACC85F.46579E02-ON87256AE9.00597B8F@smed.com>
next in thread | raw e-mail | index | archive | help
Linh, Thanks so much for your help! Now don't I feel like a shmuck for not looking in the FAQ! I assumed this was a unique problem and didn't think to check there. I'll try not to assume so much in the future. ;-) Thanks Joe Joe Warner | Sr. Operations Technical Analyst | Siemens Health Service= s | 215 N. Admiral Byrd Road | Salt Lake City, UT 84116 =A0| Ph: 801-539-4= 978 | Fax: 801-533-8004 | Joe.Warner@smed.com = =20 Linh Pham = =20 <lplist@closed To: <Joe.Warner@smed.com> = =20 src.org> cc: <FreeBSD-Questions@fre= ebsd.org> =20 Subject: Re: FreeBSD not r= ecognizing memory =20 10/18/2001 = =20 09:52 AM = =20 = =20 = =20 On 2001-10-18, Joe.Warner@smed.com scribbled: # I'm running FreeBSD 4.4-STABLE on a Compaq # Proliant 2500 server. # # When I reboot the server, the BIOS says it's got # 96mbs of RAM, which is correct. When FreeBSD # boots, it says it have only 16mbs of RAM, which is # not correct. I have a Compaq Proliant 2500 server where I work as well and it exhibits the same problems. The problem is documented in the FAQ, the Q&A can be found at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#= REALLYBIGRAM What you will need to do is to build a custom kernel with the following= line in the kernel configuration file: options "MAXMEM=3Dx" where x is the amount of memory you have in kilobytes. In your case, yo= u would replace x with 98304. From there, you can either continue to modify the kernel configuration to trim it down and build/install the new kernel with: /usr/sbin/config CONFIG_FILE cd ../../compile/CONFIG_FILE make depend make make install reboot (If you get an errors in the first step, check the CONFIG_FILE for any errors). -- Linh Pham [lplist@closedsrc.org] # Every solution breeds new problems = ------------------------------------------------------------------------------- This message and any included attachments are from Siemens Medical Solutions Health Services Corporation and are intended only for the addressee(s). The information contained herein may include trade secrets or privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail with a copy to CSOffice@smed.com. Thank you To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?OFAEACC85F.46579E02-ON87256AE9.00597B8F>