您的位置:首页 > 大数据 > 人工智能

Explainations of the Windows 4GB Limit, PAE, AWE and Large Page Support

2012-04-23 21:37 621 查看

Explainations of the Windows 4GB Limit, PAE, AWE and Large Page Support

posted 13 Jan 2012 02:05 by Tristan Self
Microsoft has produced some good documents about each of these topics, see these links for details: Windows 4GB Limithttp://msdn.microsoft.com/en-us/library/windows/desktop/bb613473(v=VS.85).aspxOn a 4GB 32-bit machine running Windows 2003 standard the OS (kernel) takes 2GB leaving 2GB for the applications. By use of the /3GB switch, it reduces the OS (kernel) memory to 1GB leaving 3GB for the applications. PAE - Physical Address Extensionshttp://msdn.microsoft.com/en-us/library/windows/desktop/aa366796(v=VS.85).aspxBasically allows a 32bit Windows 2003 (Enterprise or Datacenter) to address more than 4GB of RAM, however each process is limited to 4GB each. So if you had a 32-bit server with 64GB of RAM and Windows 2003 Enterprise you could use more than 4GB of RAM, but your applications would be still be limited to the 4GB virtual address space each. AWE - Address Windowing Extensionshttp://msdn.microsoft.com/en-us/library/windows/desktop/aa366527(v=VS.85).aspxIf an application supports it this allows an application to use more than the 4GB 32-bit virtual address space limit. For example a Windows 2003 Enterprise server on a 32-bit server with 64GB of RAM, has the PAE enabled, then runs say SQL 2005 Enterprise server. Normally a SQL 2005 instance would be limited to use only 4GB of RAM, but with AWE turned on it can use the remaining 60GB (total of 64GB) of RAM by the AWE mapping these address spaces onto 4GB blocks. I think. Large Page Supporthttp://msdn.microsoft.com/en-us/library/windows/desktop/aa366720(v=VS.85).aspx
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐