Arralen
Posts: 827
Joined: 5/21/2000 Status: offline
|
quote:
Originally posted by Lack of Comprehension: It doesn't matter how much physical RAM you have, some programs will always make use of virtual memory. The most important thing to remember is that virtual memory uses hard drive space as RAM, and so if your hard drive is getting full, you will get 'out of virtual memory' errors. If Windows is managing your virtual memory, just make sure you have plenty of free hard drive space available. Freeing up at least a gig of space should certainly help, and may even make Windows run faster in general.
With 512 Megs you can disable the swap file usage completely - and with Win95 oder '98 you should do so, as both OS' VCache cannot handle more than 512MB correctly, thus they run into trouble when they have that much RAM and try to allocate some virtual RAM as well.
Furthermore, you won't need more than 512MB with any prog I know of
And VCache is causing even more troubles - per default it uses all available RAM for caching. Try adding the following to your System.ini
[Vcache] MinFileCache=4096 MaxFileCache=20480
..this will set the file cache to min. 4 MB, max. 20MB; you may use the "Max" entry only as Win uses it almost exclusivly - once RAM is allocated to cache, it's never released again
You may check memory usage with "sysmon.exe" - it's not installed per default, but you may run it from your Win CD.
hope this helps
A.
_____________________________
AMD FX-4300 Gigabyte 970A-DS3P Kingston 24GB DDR3-1600 (PC3-12800) Asus GTX 750 Ti OC 2GB GDDR5 Seagate Barracuda SATA III 1TB Windows 8.1
|