McNeel Wiki
More memory for Rhino 4 - from 2GB to 3GB
modifier · imprimer · aide · tous les sujets
Pages principales

AccuRender

Bongo

Brazil r/s

Flamingo

Penguin

Blogs de Rhino

Rhino

Laboratoires de Rhino

Recherche

Langues

Česky

Deutsch

English

Español

Français

Italiano

Polish

日本語

한국어

中文(繁體)

中文(简体)

 
.
SummaryThe newest Rhino 4 is "Large Address Aware". By making a small change in the C:\BOOT.INI file you can increase the memory available to Rhino from 2GB to 3GB.

Detail

Add 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

NoteIt should pointed out to avoid further confusion that by default, the Windows File Explorer does not display "Hidden system files" like C:\BOOT.INI. You will need to adjust your folder options to find the file, then change it's properties to remove the "read only" attribute before adding the "/3GB" switch to the start options. After making the change, you should make C:\BOOT.INI a read-only file again, then reboot the system to make the change take effect.

Background

Operating 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:

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

renommer · modifications · historique · souscriptions · perdus-trouvés · références · chargement de fichier