up vote 0 down vote favorite
share [g+] share [fb]

Possible Duplicate:
Where did the other .8 GB of RAM go?

I am using Windows 7 32-bit on my laptop, and I have 4gb of physical RAM.

In my system properties, it says that 2.99GB are usable. Does this mean the other 1GB are basically useless or are they being used for other things that do contribute to keeping the computer running smooth?

link|improve this question

73% accept rate
feedback

closed as exact duplicate by Sathya, Diago Dec 28 '09 at 7:45

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ.

2 Answers

up vote 3 down vote accepted

Correct. They are basically useless under a 32-bit operating system. Welcome to the x86 legacy that your devices are mapped to the upper end of your 4GB address space and mask it from its intended use.

link|improve this answer
3  
usually it's around 3.5 GB, but you probably have to allow for shared video memory if the laptop doesn't have a dedicated video adapter. then that figure is quite normal. – Molly7244 Dec 28 '09 at 1:52
feedback

The RAM is not useable, because that part of the 32bit address space (i.e. 4GB overall) is reserved for memory-mapped IO to various hardware devices, most prominently the video card.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.