Computer Memory Specialists - 4AllMemory
Call Us Toll-Free @ 800-566-3727
Same Day & Free Shipping Options

"Out of Memory" Error Messages with Large Amounts of RAM Installed

Symptoms

If a computer running any of the versions of Windows listed below contains more than 512MB of physical memory or RAM (ie: 768MB), you may experience one or more of the following symptoms:

You may be unable to open an MS-DOS session (or command prompt) while Windows is running. Attempts to do so may generate the following error message:
There is not enough memory available to run this program.
Quit one or more programs, and then try again.

The computer may stop responding (hang) while Windows is starting, or halt and display the following error message:
Insufficient memory to initialize windows. Quit one or more memory-resident programs or remove unnecessary utilities from your Config.sys and Autoexec.bat files, and restart your computer.


Cause

The operating systems listed below were not created with the thought of using more than 512MB of memory in mind. Therefore, their support for amounts of memory over the 512MB range is unstable.For a more technical explanation, read on. Otherwise, continue with the WORKAROUND section.

The Windows 32-bit protected-mode cache driver (Vcache) determines the maximum cache size based on the amount of RAM that is present when Windows starts. Vcache then reserves enough memory addresses to permit it to access a cache of the maximum size so that it can increase the cache to that size if needed. These addresses are allocated in a range of virtual addresses from 0xC0000000 through 0xFFFFFFFF (3 to 4 gigabytes) known as the system arena.

On computers with large amounts of RAM, the maximum cache size can be large enough that Vcache consumes all of the addresses in the system arena, leaving no virtual memory addresses available for other functions such as opening an MS-DOS prompt (creating a new virtual machine).

 

Workaround

To work around this problem, use one of the following methods:

Use the MaxFileCache setting in the System.ini file to reduce the maximum amount of memory that Vcache uses to 512 megabytes (524,288 KB) or less. For additional information about how to use the MaxFileCache setting, click the article number below to view the article in the Microsoft Knowledge Base:
108079 32-Bit File Access Maximum Cache Size

Use the System Configuration utility to limit the amount of memory that Windows uses to 512 megabytes (MB) or less.For additional information about how to use the System Configuration utility, click the article number below to view the article in the Microsoft Knowledge Base:
181966 System Configuration Utility Advanced Troubleshooting Settings

Reduce the amount of memory that is installed in your computer to 512 MB or less.
 

Additional Information

Vcache is limited internally to a maximum cache size of 800 MB.

This problem may occur more readily with Advanced Graphics Port (AGP) video adapters because the AGP aperture is also mapped to addresses in the system arena. For example, if Vcache is using a maximum cache size of 800 MB and an AGP video adapter has a 128-MB aperture mapped, there is very little address space remaining for the other system code and data that must occupy this range of virtual addresses.