Possible Duplicate:
Why is usable RAM less than total RAM?
Why RAM and processor's capacity always display less than its actual capacity..Ex 512MB RAM shows 506MB..
Why RAM and processor's capacity always display less than its actual capacity..Ex 512MB RAM shows 506MB.. | |||
|
feedback
|
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 for guidance on how to improve it.
|
Two answers/reasons:
| |||
|
feedback
|
|
If you have an integrated grahics chip it's likely that it reserves a certain amount of RAM. This RAM is used as video RAM - your graphics chip needs its own memory. Full featured Video cards have dedicated video RAM, but integrated chips use the system's ram to save energy and space (= money). | |||
|
feedback
|
|
You are probably using a laptop or a desktop with a graphics card on the motherboard. These use so-called 'shared memory', meaning that a bit of the systems main memory gets allocated for the GPU to use. The OS can't use that bit, so that's why it reports less memory than you would expect. You can probably even edit the amount of memory your GPU can use in your BIOS. | |||||
feedback
|