5
2
In the BIOS it says 4096 MB, so the BIOS detects it. However, Windows 7 only lets me use 2048 MB. What's the problem?
5
2
In the BIOS it says 4096 MB, so the BIOS detects it. However, Windows 7 only lets me use 2048 MB. What's the problem?
8
Use MSConfig → Boot → Advanced.
Is the box 'Maximum Memory' checked?
2
It's because Microsoft intentionally made this software limitation - 4GB memory - under 32-bit Windows Vista/7. This is a way to upsell the more expensive 64-bit OS.
This post has all the details. Licensed Memory in Windows Vista:
I say the restriction to 4GB is a licensing issue because that’s how Microsoft’s programmers evidently have thought of it. The 4GB limit is retrieved from the registry by calling a function named ZwQueryLicenseValue, which is itself called from an internal procedure which Microsoft’s published symbol files name as MxMemoryLicense. If you remove this check for the licensed memory limit then a restriction to 4GB is demonstrably not enforced by other means. Yet I must admit that I have not found where Microsoft says directly that 32-bit Windows Vista is limited to 4GB only by licensing. The supposed License Agreement doesn’t even mention the word memory. What, really, is going on?
1
Ah, I see you have a Dell. Mine is similar -- a 4GB Dimension 5150 system that only reports 3.3GB as installed, all of it usable. This was the case under Vista-32, Windows7-64, and assorted Linux distributions of both bitness-es.
In my case, this is a limit of the chipset -- the onboard video appears to sit on a large part of mappable memory, making it unusable to the OS.
1
My guess is that it is a mixture of 32 bit which takes you down to ~3.5 GB, and then the rest is being taken up by on board graphics, but to be honest, 1 GB+ of video RAM does seem like a lot.
Do you have a load of PCI / add ons to your pc? These may be eating up the addressable resources.
No I dont. Let me reboot right now and check for u. – ctzdev – 2009-08-27T02:09:59.667
i doubt that, Windows then would only report ~3.5GB and not the full 4 GB. – None – 2009-08-27T02:16:10.907
0
That is caused by a few things. x86 can only detect a TOTAL of 4 GB, and that includes your graphics card and other stuff too. Just go to 64 bit.
1Nope. x86 can detect way more. It is not an x86 limitation. (Example: x86 with PEA enabled). Using a 64 bit OS is sensible though and recommended when you have 512MB or more. (it offers advantages way before you hit the 4GB limit). – Hennes – 2014-11-06T21:05:43.620
@Hennes: PEA? Do you mean PAE (Physical Address Extension)?
– Peter Mortensen – 2017-12-28T13:53:42.273Yes, its 'teh' typo. – Hennes – 2017-12-29T15:26:50.223
this didnt work for windows 7 starter 32 bit :( – Aquarius Power – 2017-07-17T20:12:23.213
4Someone has been playing without knowing what they are doing if this was set... – gbn – 2009-08-27T04:40:23.773
It's unchecked by default, at least on my install... – atom255 – 2009-09-02T16:36:13.740