2GB as default but you can increase that to 4GB.
Thought the max was 3gb?
2GB as default but you can increase that to 4GB.
Thought the max was 3gb?
Thought the max was 3gb?

They need to drop 32-bit OSs now. I mean, computers are coming with 4Gb of ram as standard on all but the most budget PCs, and I doubt there's still ones being sold with 32-bit only CPUs. It just means we get threads like this, and means devs stick with making 32-bit programs![]()
You -can- override that, Something similar to PAE (but not PAE itself) that allows a 32bit process to use windows reserved address space or something and address more than 2gb of ram per process (up to the 3.5-4gb max). It can cause some weird side effects apparently, but I've not tried it myself.
Intel Atoms?
the limit is 2gb not 4.![]()
You -can- override that, Something similar to PAE (but not PAE itself) that allows a 32bit process to use windows reserved address space or something and address more than 2gb of ram per process (up to the 3.5-4gb max). It can cause some weird side effects apparently, but I've not tried it myself.
By default, a 32-bit process is limited to 4GB of virtual address space. Though, this is split up into two whereby 2GB is allocated to user mode and 2GB for the kernel. What you're referring to is the /3GB switch which changes this. Once the /3GB switch is in place, applications have access to 3GB of virtual address space but the kernel is limited to 1GB. Though, the application itself needs to be large-address-aware.
If you're using an x64 operating system, then providing the application is set too large-address-aware, it will have access to 4GB of virtual address space - Memory Limits for Windows Releases.
The most notable example of a process coming up against the 2GB of virtual address space limit is Supreme Commanders. There is an article about it here on Anandtech. There was actually a thread on these forums not so long ago talking about this as well which can be found here.
....or users without 64bit cpu's in general.
....or users without 64bit cpu's in general.
64bit
/end thread