トップ回答者
32bit版WindowsVistaで使用できる仮想メモリのサイズ。

質問
回答
-
http://msdn2.microsoft.com/en-gb/library/aa366778.aspx
を見ると、32bit windows であるならば、「2 GB Up to 3 GB with IMAGE_FILE_LARGE_ADDRESS_AWARE and /3GB」であるようです。
また、/3GB については、このページからリンクされている
http://msdn2.microsoft.com/en-gb/library/aa366521.aspx
に Vista の記述がありますから、使えるようです。
-
http://msdn2.microsoft.com/en-us/library/aa362689.aspx
に、
/3GB BcdOSLoaderInteger_IncreaseUserVa と対応していることが書かれています。この値は、
http://msdn2.microsoft.com/en-us/library/aa362670.aspx
に
- BcdOSLoaderInteger_IncreaseUserVa
- The amount of memory that should be utilized by the process address space, in bytes. This value should be between 2GB and 3GB. The element data format is BcdIntegerElement.
Increasing this value from the default 2GB decreases the amount of virtual address space available to the system and device drivers.
と設定すれば良いことが書かれています。
すべての返信
-
http://msdn2.microsoft.com/en-gb/library/aa366778.aspx
を見ると、32bit windows であるならば、「2 GB Up to 3 GB with IMAGE_FILE_LARGE_ADDRESS_AWARE and /3GB」であるようです。
また、/3GB については、このページからリンクされている
http://msdn2.microsoft.com/en-gb/library/aa366521.aspx
に Vista の記述がありますから、使えるようです。
-
http://msdn2.microsoft.com/en-us/library/aa362689.aspx
に、
/3GB BcdOSLoaderInteger_IncreaseUserVa と対応していることが書かれています。この値は、
http://msdn2.microsoft.com/en-us/library/aa362670.aspx
に
- BcdOSLoaderInteger_IncreaseUserVa
- The amount of memory that should be utilized by the process address space, in bytes. This value should be between 2GB and 3GB. The element data format is BcdIntegerElement.
Increasing this value from the default 2GB decreases the amount of virtual address space available to the system and device drivers.
と設定すれば良いことが書かれています。