I'd like to price some new RAM for our in-house VMware testing server. It's a consumer box we use for testing our software on and running business VMs.
I've forgotten what kind of RAM it has and I'd rather not reboot the machine and fire up memtest86+ just to get the specs of the RAM.
Is there any way I can know what kind of RAM to buy without shutting down Linux and kicking everyone off? For example, is the information somewhere in /proc
?
dmidecode
. – jsbillings Feb 03 '11 at 18:33lshw
is in EPEL, which is as close to a non-third-party add-on repo as you can get with RHEL. (Although I just looked that up now, having only previously useddmidecode
.) – mattdm Mar 19 '11 at 03:59