(E-Mail Removed) wrote:
> I just want to know how much physical memory I have on this machine.
> Please be gentle .....
man -k memory | grep -i free | grep -i display
I.e. type "free". But of course that will only show you available
memory in the system, not physical memory. You can have more physical
memory than is being used by the system.
If you want to ask your memory banks directly what they think they have
to offer you, you can interrogate many of them directly via the acpi
interface in /proc, I seem to recall (and perhaps via lmsensors, but
that's a bit iffier).
But why don't you just reboot and watch what the bios says?
Oh - yes, there are some bios interrogaton tools that may tell you what
the bios thinks it knows. dmidecode, I suppose.
Peter