Forum Discussion
Altera_Forum
Honored Contributor
17 years agoI don't think closing other programs will help (unless your system has non-standard virtual memory settings).
If you're on a 32-bit Windows platform, you're running into the fundamental limit of VM that can be allocated to a single process. 32-bit Linux will allow a process to allocate ~3GB of VM address space. 32-bit executables on 64-bit OSs gives you the full 4GB (2^32). If you need more than that, you need to run 64-bit executables. - Mark