Index: [Article Count Order] [Thread]

Date:  Mon, 16 Mar 2009 05:40:44 -0600
From:  "Gerald Waugh" <gwaugh (at mark) frontstreetnetworks.com>
Subject:  [coba-e:15334] Re: System Memory 4G only 3G available
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <971671B8A7FD4FC59FFD231C63C7F786@raqware>
References:  <2DAA8A7C-C582-4197-AD65-392914D37D7C (at mark) housleyconsulting.com.au> <96B5BD41872C44B7AC6E3893C96FAB9B (at mark) raqware>
X-Mail-Count: 15334

Gerald Waugh wrote; Monday, March 16, 2009 5:21 AM

> Xin CHEN wrote; Sunday, March 15, 2009 5:15 PM
>>
>> This maybe the old issue but I couldn't find in the list. We have 4G 
>> memory installed on BQ Server but the system only shows 3G. The 
>> motherboard has been confirmed support 4GB memory. Google it and seems  I 
>> need to re-install the kernel with PAE support? Is there any easier  way 
>> to do it - It is a production Server...
>>
> See;
> http://www.cyberciti.biz/tips/redhat-enterprise-linux-4gb-plus-ram-support.html
>
Oops!
After a little more googling, looks like you need to install kernel-hugemem.
kernel-PAE seems to be for CentOS5.x

[root@fsn1 ~]# yum list | grep kernel-hugemem
kernel-hugemem.i686                      2.6.9-78.0.13.EL       update
kernel-hugemem-devel.i686                2.6.9-78.0.13.EL       update

Where  on CentOS4 system;
yum list | grep kernel-PAE
retunes nothing.

Gerald