Results 1 to 4 of 4
Hi,
generally, in a 32 bit system. if the RAM is of 4GB. only 3.28GB is mapped into virtual address space and the rest of the address space is used ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-23-2012 #1Just Joined!
- Join Date
- May 2010
- Posts
- 19
is the RAM that is unmapped being used?
Hi,
generally, in a 32 bit system. if the RAM is of 4GB. only 3.28GB is mapped into virtual address space and the rest of the address space is used for register mapping.
I wanted to know weather the RAM that is not mapped into virtual space is being used or left unused.
Please reply.
- 04-23-2012 #2Just Joined!
- Join Date
- May 2011
- Location
- Central FL
- Posts
- 78
Code:grep "MemTotal" /proc/meminfo
- 04-25-2012 #3Just Joined!
- Join Date
- May 2010
- Posts
- 19
Hi, Thanks for replying.
meminfo reads the information from DDR Controller and prints the information.
But, My question is weather the virtual/logical mapping exists for entire RAM
- 04-25-2012 #4Linux Enthusiast
- Join Date
- Apr 2012
- Location
- Virginia, USA
- Posts
- 561
I don't think this is really a linux question, per se. You may want to check wikipedia.


Reply With Quote
