View Single Post
Old 12-29-2000, 10:54 AM   #1
reboot
Member (14 bit)
 
reboot's Avatar
 
Join Date: Mar 1999
Location: Kelowna, B.C., Canada
Posts: 9,138
DON'T get any 3rd party software to manage RAM.
Just enable MS Windows Scripting Host (Control Panel > Add/Remove programs, Windows Setup tab, Accessories category, second from the bottom.
Open Notepad, and copy the following into it, and save it as "freemem.vbs" including the quotes!
FreeMem = Space(120000000) For 256 MEg of RAM or more.
FreeMem = Space(90000000) For 128 meg-196 meg.
FreeMem = Space(48000000) For 64 meg-96 meg.
FreeMem = Space(20000000) For 32 meg-48meg.
Put it on the desktop, or in the quick launch bar, and hit it once every hour or so. Takes a few seconds to run, but will free up the specified amount (or the closest to it possible) for use by new applications.
You could also put it into the Task manager to run once every hour or so.
__________________
Black holes are where God divided by zero...
Cheers, Jim

Jims Modems
reboot is offline   Reply With Quote