As per the title:
How can I tell how much RAM is installed on a FreeBSD server?
Thanks!
|
As per the title: How can I tell how much RAM is installed on a FreeBSD server? Thanks! |
|||
|
|
|
I usually look it up through dmesg messages, like su-3.2# grep memory /var/run/dmesg.boot usable memory = 8571846656 (8174 MB) avail memory = 8270299136 (7887 MB) su-3.2# |
||||
|
|
|
If you want to know the size and count of memory sticks in the machine, install dmidecode from the ports tree. It will read the DMI information from the Motherboard and give you lots of hardware configuration information. |
|||
|
|
|
|
|||
|
|
|
I use the |
|||
|
|