Physical Memory

From OCAD Wiki - English
Jump to navigation Jump to search

In order to be able to allocate more than 1.5 GB of memory for OCAD on Windows Vista™, Windows7 or Windows XP - all 32bit - a certain switch must be set.

Windows Vista™ or Windows 7

To enable the 3GB switch

  1. Right-click Command Prompt in the Accessories program group of the Start menu. Click Run as Administrator.
  2. At the command prompt, enter "bcdedit /set IncreaseUserVa 3072"
  3. Restart the computer.

To disable the 3GB switch

  1. Right-click on Command Prompt in the Accessories program group of the Start menu. Click Run as Administrator.
  2. At the command prompt, enter "bcdedit /deletevalue IncreaseUserVa"
  3. Restart the computer.

Windows XP

To enable the 3GB switch:

  1. Right-click My Computer. Click Properties.
  2. In the System Properties dialog box, click the Advanced tab.
  3. On the Advanced tab, under Startup and Recovery, click Settings.
  4. In the Startup and Recovery dialog box, under System startup, click Edit. The Windows boot.ini file will be opened in Microsoft® Notepad.
  5. Create a backup copy of the boot.ini file. Note: Boot.ini files may vary from computer to computer.
  6. Select the following line in the boot.ini file:
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" /fastdetect
  1. Press Ctrl+C to copy the line and then press Ctrl+V to paste it immediately below the original line.

Note: Your text string may be different from the text string in this solution, so be sure to copy the text string from your boot.ini file, and not the text string included here.

  1. Modify the copied line to include “ /3GB”, as shown in the following example:
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional 3GB" /3GB /fastdetect

Note: Do not overwrite any existing lines.

  1. Save and close the boot.ini file.
  2. Click OK to close each dialog box.
  3. Restart your computer.
  4. During startup, select the 3GB option. If you do not select the 3GB option, the system will default to the 2GB total memory setting.

Note: If problems occur during startup, you may try to resolve the issue by updating some of your drivers. However, recall the notice at the beginning of this solutions that note all Windows update or hardware and graphics drivers work with the 3GB switch enabled.

For further details contact the following MSDN-Page: http://msdn.microsoft.com/en-us/library/ff556232.aspx



Back to System Requirements