Is there a way to assign more memory to an application?

Hawkeye22

Distinguished
Moderator
Windows 32 bit OS is restriccted to 2 gig of process space. If the /3GB switch is used in the boot.ini and the program was compiled with the large address aware flag, then it can use 3gig for the process.

64 bit programs don't have this problem.