PPRuNe Forums - View Single Post - I think I may have fried my hardware.....
Old 28th Jan 2006, 19:24
  #9 (permalink)  
Saab Dastard
Spoon PPRuNerist & Mad Inistrator
 
Join Date: Sep 2003
Location: Twickenham, home of rugby
Posts: 7,417
Received 281 Likes on 179 Posts
Maxell,

Windows 98 and ME can utilise 2GB of RAM, but there is a "bug" that affects systems with > 512MB installed.

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).

The workaround is to add add the following line to the [VCache] section of the win.ini file:
MaxFileCache = 524288.

The NT-based Windows O/S's do not have this problem.

SD
Saab Dastard is offline