Posted: 03 Oct 2010, 18:26
[Edit]
Precisions about memory management in Windows
1) On a 32bits system the maximum memory size usable in Windows is 3.2Go. So if you have 4Go installed 800Mo are lost.
2) By default the maximum size allowed for an application is 2Go. It means that Usine's used memory can't be greater the 2Go.
For example with 4Go installed on a computer we start to have memory overload when the total memory is greater than 65%.
You can ask Windows to set the maximum size of application to 3Go. For that you have to enable the "/3Go switch"
Typically, when this option is activated, the total memory load can grow up to 90% before memory troubles occur.
[Edit]
Windows Vistaâ„¢ or Windows 7:
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.
On Windows XP go here.
tip originally found here
Precisions about memory management in Windows
1) On a 32bits system the maximum memory size usable in Windows is 3.2Go. So if you have 4Go installed 800Mo are lost.
2) By default the maximum size allowed for an application is 2Go. It means that Usine's used memory can't be greater the 2Go.
For example with 4Go installed on a computer we start to have memory overload when the total memory is greater than 65%.
You can ask Windows to set the maximum size of application to 3Go. For that you have to enable the "/3Go switch"
Typically, when this option is activated, the total memory load can grow up to 90% before memory troubles occur.
[Edit]
Windows Vistaâ„¢ or Windows 7:
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.
On Windows XP go here.
tip originally found here