1753993 Members
7326 Online
108811 Solutions
New Discussion юеВ

Info on Memory

 
esstee
Advisor

Info on Memory

how to find the RAM size in linux through SMBIOS. i tried with dmidecode it is diaplying the SIZE is not installed. Is there any way to find the size of the RAM.

-esstee-
2 REPLIES 2
Sung Oh
Respected Contributor

Re: Info on Memory

Hi Esstee,

Are you looking for linux command that can display RAM size under linux OS? if so, here are few command

# cat /proc/meminfo
# top

Regards,
Sung
Stuart Browne
Honored Contributor

Re: Info on Memory

Using 'free' or the content of '/proc/meminfo' is the way to get the memory available to the machine.

If you want more details on the memory modules that are installed though, set up 'lmsensors', and hope the 'eeprom' modules are usable.
One long-haired git at your service...