I am receiving an "OUT OF MEMORY - APPLICATION ABORTED" error after about 40 minutes of build time. I am executing the compiler from the DOS command line as "cl6x -c --symdebug:coff -O3 -pdsw225 -mv6400 ...". I can watch the memory usage in the task manager and see that the cg6x process that is spawned by the cl6x process dies when it requires around 1.2 GBs of memory. However, I am building under the \3GB switch in Windows XP and I have several 100 MBs of memory available when the process dies. I am using CCSv3.3 on a Windows XP system with 4GB of RAM booted with the \3GB switch. Any suggestions?