^This, assuming you have a 64-bit CPU.
In the INTEL/AMD CPU Universe:
A 32-bit CPU has 32 bits of address space, each location being 32 bits wide. This gives you a maximum address range of 2^32, or 4,294,967,296 bytes (4GB). Software written for such a CPU, including OSes (Windows) and Apps...