LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Redhat max supported memory (https://www.linuxquestions.org/questions/linux-newbie-8/redhat-max-supported-memory-4175592248/)

QWE123 10-26-2016 02:11 AM

Redhat max supported memory
 
https://access.redhat.com/articles/rhel-limits

I just find this URL, I would like to know what is the max supported memory of redhat 5 , from the table , it is 16G , may I know does I have make misunderstand ?

thanks

pan64 10-26-2016 02:19 AM

Code:

x86    16GB
x86_64          1TB

it depends on your system. Is it a 32 or 64bit architecture?

syg00 10-26-2016 02:21 AM

That is for 32-bit hardware. For 64-bit hardware the limit is shown as 1T - it is likely you could use more if your motherboard allows it.

QWE123 10-26-2016 02:30 AM

thanks reply ,

when I use the below command in my redhat 5.8 , it show support 1536G not only 1G , is the 1536G means max hardware supported , not redhat supported ?


#dmidecode |grep -i "Maximum Capacity:" | uniq
Maximum Capacity: 1536 GB

pan64 10-26-2016 02:43 AM

see notes on that page. redhat itself does not support anything, it depends on the kernel you have and the hardware you use.
see also man dmidecode:
Code:

dmidecode is a tool for dumping a computer's DMI (some say SMBIOS) table contents in a human-readable format.
...
 The DMI table doesn't only describe what the system is currently made of, it also can report the possible evolutions (such as the fastest supported CPU or  the
      maximal amount of memory supported).

so dmidecode reports 1.5 TB, so your hardware could use that, but the kernel of RH can handle max 1 TB.

TB0ne 10-26-2016 07:43 AM

Quote:

Originally Posted by QWE123 (Post 5623079)
thanks reply ,
when I use the below command in my redhat 5.8 , it show support 1536G not only 1G , is the 1536G means max hardware supported , not redhat supported ?

#dmidecode |grep -i "Maximum Capacity:" | uniq Maximum Capacity: 1536 GB

What parts of the answers you got in your OTHER thread are you having problems understanding???
http://www.linuxquestions.org/questi...er-4175592190/

Want to know about your server? Then READ THE MANUAL. Want to know EXACTLY how many slots are used? OPEN THE SERVER AND LOOK. These are simple things...what's the problem in you doing them?


All times are GMT -5. The time now is 05:06 AM.