| McNeel Wiki | |||||
| edit · print · help · all topics | |||||
Main Pages
Languages
| DetailAdd the /3GB parameter in your C:\Boot.ini file at end of this line and reboot: In Windows 2000 Pro multi(0)disk(0)rdisk(0)partition(2)\WINNT="Windows XP Professional" /3GB In Windows XP Pro multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn /3GB In Windows Vista C:\Boot.ini has been replaced with the Boot Configuration Data Store BCDEDIT /export "C:\BCD Backup" - Makes a backup of your original settings BCDEDIT /set increaseuserva 3072 - Changes the memory setting BCDEDIT is a command line utility and is run from a CMD Window. BackgroundOperating systems based on Microsoft® Windows NT® technologies have always provided applications with a flat 32-bit virtual address space that describes 4 gigabytes (GB) of virtual memory. The address space is usually split so that 2 GB of address space is directly accessible to the application and the other 2 GB is only accessible to the Windows executive software. In response to customer requests, Microsoft Windows XP Professional provides applications with a 3-GB flat virtual address space, with the kernel and executive components using only 1 GB. The virtual address space of processes and applications is still limited to 2 GB unless the /3GB switch is used in the Boot.ini file. The /3GB switch allocates 3 GB of virtual address space to an application that uses IMAGE_FILE_LARGE_ADDRESS_AWARE in the process header. This switch allows applications to address 1 GB of additional virtual address space above 2 GB. If you experience video driver problems when using the /3GB switch (WinNT/WinXP):If after adding the /3GB switch to boot.ini, you find upon rebooting that your video driver is not working properly (you're stuck with the VgaSave fall-back driver), adding the /USERVA switch as well may be the fix, for example: /3GB /USERVA=2800 You can find more information on this switch at: http://support.microsoft.com/default.aspx?scid=kb;en-us;319043 Also, when modifying boot.ini, it is prudent to do so by including your changes as a second copy of the OS, so that if your changes are unsuccessful, you can simply choose your original configuration on bootup. Here's an example Windows XP Pro boot.ini which might be useful while testing the /3GB & /USERVA switches: [boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional with /3GB" /fastdetect /NoExecute=OptIn /3GB /USERVA=2800 If you experience problems when using the "increaseuserva" in Vista:If after changing the memory setting using BCDEDIT, you can restore your original setting provided you made a backup. BCDEDIT /import "C:\BCD Backup" - Imports original settings provided you made a backup Additional information on BCDEDIT can be found here: | ||||
| rename · changes · history · subscriptions · lost and found · references · file upload | |||||