Categories
How-To Software Technical

Find Out Maximum RAM with dmidecode

To find out what is the maximum system can support type the following command: root@websvr:~# dmidecode -t 16 output # dmidecode 2.11 SMBIOS 2.4 present. Handle 0x0082, DMI type 16, 15 bytes Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: None Maximum Capacity: 1 TB Error Information Handle: Not […]

Categories
How-To Software Technical

How to get information about hardware on Linux

The dmidecode command reads the system DMI table to display hardware and BIOS information of the server. Apart from getting current configuration of the system, you can also get information about maximum supported configuration of the system using dmidecode. For example, dmidecode gives both the current RAM on the system and the maximum RAM supported […]