How to determine a process “virtual size” (WinXP)?

前端 未结 6 1612
渐次进展
渐次进展 2020-12-31 12:27

I have a program that needs a lot of memory, and it crashes as soon as the 2GB virtual address space is reached. Sysinternals process explorer displays this as \"virtual si

6条回答
  •  长发绾君心
    2020-12-31 13:13

    In 32bit WindowsXP address space is divided in two 2GB parts: one part for the program and the other for the kernel. You can increase application part to 3GB using the /3GB switch in the boot.ini file.

提交回复
热议问题