The Memory limit of 32 bit applications on a 64 bit OS is 2 GB or 4 GB with /LARGEADDRESSAWARE.
Source: How much memory can a 32 bit process access on a 64 bit operating system?
MY QUESTION: Is that limit PER process, or that limit is for all combined 32-bit processes?
If three 32 bit processes are running (on a 64 bit OS), can I use up to 12 GB of memory (4 each) or will it be limited to 4 GB shared between all of them?