64 bit OS / 32 bit process [duplicate]

余生颓废 提交于 2019-12-24 19:18:41

问题


What is the maximum private memory that a 32 bit process can address on a 64 bit operating system?


回答1:


The limit is 2GB. Please refer to this link for details




回答2:


Generally: same as if it was running on a 32bit OS. It's internal pointers are still 32bit, so only 4G addressable. Same limitations apply with kernel reserved address space, which will depend on the exact OS and its configuration (usually the process will have a total of 2 or 3G to play with).

Edit: the above is actually not correct. It appears to be a 2G / 4G option for win64, see the link posted by Neera.



来源:https://stackoverflow.com/questions/5153560/64-bit-os-32-bit-process

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!