Windows limit 3GB
Обычно 32-разрядные программы ограничиваются 2 ГБ памяти в Windows. Можно увеличить этот лимит до 3 ГБ на Windows 32bit и почти 4 ГБ на Windows 64bit.
Способ первый
Preparing Windows for the large build
Normally 32bit programs are limited to 2GB of memory on Windows. It is possible to raise this limit, to 3GB on Windows 32bit, and almost 4GB on Windows 64bit.
On Windows 32bit, it is necessary to modify the system: follow http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&id=9583842&linkID=9240617 to enable the "3GB" feature, and reboot. This step is not necessary on Windows 64bit.
Then you need to execute:
Which Microsoft Visual C++
cmd /k ""C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86"
editbin.exe /largeaddressaware translator.exe \\где translator.exe непосредственно ваша программа
where translator.exe is the pypy.exe or cpython.exe you will use to translate with.
Способ второй. Не требуется в Windows 64bit.
Windows Vista, Windows 7, or Windows 8
To enable the 3GB switch:
Right-click on the Command Prompt icon in the Accessories program group of the Start menu. Click Run as Administrator.
At the command prompt, enter:
bcdedit /set IncreaseUserVa 3072
Restart the computer.
To disable the 3GB switch:
Right-click on the Command Prompt icon in the Accessories program group of the Start menu. Click Run as Administrator.
At the command prompt, enter:
bcdedit /deletevalue IncreaseUserVa
Restart the computer.
Источник
http://doc.pypy.org/en/latest/windows.html
https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/How-to-enable-a-3GB-switch-on-Windows-Vista-Windows-7-or-Windows-XP-s.html
Способ первый
Preparing Windows for the large build
Normally 32bit programs are limited to 2GB of memory on Windows. It is possible to raise this limit, to 3GB on Windows 32bit, and almost 4GB on Windows 64bit.
On Windows 32bit, it is necessary to modify the system: follow http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&id=9583842&linkID=9240617 to enable the "3GB" feature, and reboot. This step is not necessary on Windows 64bit.
Then you need to execute:
Which Microsoft Visual C++
cmd /k ""C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86"
editbin.exe /largeaddressaware translator.exe \\где translator.exe непосредственно ваша программа
where translator.exe is the pypy.exe or cpython.exe you will use to translate with.
Способ второй. Не требуется в Windows 64bit.
Windows Vista, Windows 7, or Windows 8
To enable the 3GB switch:
Right-click on the Command Prompt icon in the Accessories program group of the Start menu. Click Run as Administrator.
At the command prompt, enter:
bcdedit /set IncreaseUserVa 3072
Restart the computer.
To disable the 3GB switch:
Right-click on the Command Prompt icon in the Accessories program group of the Start menu. Click Run as Administrator.
At the command prompt, enter:
bcdedit /deletevalue IncreaseUserVa
Restart the computer.
Источник
http://doc.pypy.org/en/latest/windows.html
https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/How-to-enable-a-3GB-switch-on-Windows-Vista-Windows-7-or-Windows-XP-s.html
Комментарии
Отправить комментарий