Is the Visual Studio Application 32Bit , and thus can only address max 4GB ram?
migrated from stackoverflow.com Sep 3 '09 at 10:59
|
Yes, Visual Studio is 32bit. To produce 64-bit code of your program it uses cross compiler (but there is already Beta 2 version of 64-bit tools). It could use 3Gb of virtual memory on 32-bit OS (when OS loaded with |
|||
|
|
|
Yes, it is still 32-bit. Rico Mariani has an explanation of why. |
|||
|
|
|
As said above, Visual studio is 32-bit application. That's why IDE can use only 2BG of virtual memory. But exists solution that allows your VS use more memory. In this article explains how you can do that. |
|||||||||
|