Freeing Up Memory

By: David Risley
Monday, May 31, 1999 07:26:23 PM
URL: http://www.hardwarecentral.com/hardwarecentral/tutorials/80/1/

 

 

There are a number of ways you can increase the amount of conventional memory available to you. Conventional memory is that first 640 KB of memory which all programs hog for. Since it is in such demand, keeping it optimized and available is important.

Many of these actions involve making changes to the CONFIG.SYS file. Remember, you want to keep a backup of the last CONFIG.SYS that your system last worked correctly with. So, be sure to copy the file to CONFIG.BAK before modification.

Be sure to thin out your AUTOEXEC.BAT and CONFIG.SYS files under Windows 95. Many times these files call up programs that are simply not needed or not there. These lines can be removed. Better yet, just add REM to the beginning of the line you want to take out. This makes it a "remark" and the computer w! ill not execute that line.

Here are some things to try if you're not running Windows 95 and not MS-DOS:

 

Taking this into account, a typical CONFIG.SYS may look something like this:

DEVICE=C:WINDOWSHIMEM.SYS
DEVICE=C:WINDOWSEMM386.EXE NOEMS
I=B000-B7FF
DEVICEHIGH={System drivers and paths go here}
DOS=HIGH,UMB
FILES=100
BUFFERS=40
BREAK=ON
LASTDRIVE=Z