Does /Set IncreaseUserVa 3072 Fix 32bit apps with 4gb of memory?

Permabanned
Joined
15 Sep 2006
Posts
4,642
Location
Somewhere in York
Under Vista 32-bit:
1. Under Vista 32-bit (with at least 4GB memory installed regardless how much you see of it in windows) go START
2. Navigate to programs...etc until you see a black icon named "command prompt"
3. rightclick it and select: run as administrator. A big black box appears
4. In the big black box, type the following command: BCDEDIT /Set IncreaseUserVa 3072
5. Press enter to execute the command
6. reboot your computer

Apparently doing this in Vista 32bit enables you to use 4gb+.

Can anybody confirm?
 
32-bit = 4,294,967,296 bytes = 4GB.

However your physical memory is not the only "device" in the computer that needs mapping into the virtual memory address space. Many of your hardware devices do too. Your graphics card for instance will take however much memory is on it. 512MB card? Immediately you are down to 3.5GB available memory. Then your SATA controller (depending on how many ports) can take probably 16MB per port. Your network card. Your sound card. All of these devices take surprisingly large chunks of memory out of your VM address space. It is called DMA - direct memory access. It allows these devices to access memory directly without going via the processor, for performance.

So whats the difference then in your case above between 32 and 64bit?
 
Back
Top Bottom