The UNIX and Linux Forums  
Hello and Welcome from to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > AIX
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-04-2006
alpha(*)test alpha(*)test is offline
Registered User
  
 

Join Date: Jan 2006
Location: india
Posts: 29
size check

the RAM in your machine will have a device file assiciated with it in the /dev directory... usually its /dev/mem0, if u have another RAM its /dev/mem0 and /dev/mem1 etc.....

to find out the real memory, issue the command....

lsattr -El /dev/mem0
(or)
lsattr -El mem0

do this for each RAM device on your system.....