swap file tips
Hey Teacher and 11Meta,
Swap file setup with a multiple-drive system isn't all that different to configure... in fact you get more options.
In a good scenario your swap file is a large permanent file that resides in a whole contiguous (non-fragmented) area of your hard drive. In a best-case scenario your swap file has a dedicated hard drive partition or separate dedicated drive to live on.
On Win98 operating systems you access your swap file setup configuration by right-clicking on My Computer and going to the "performance" tab. Then click on "Virtual Memory" button.
By default, Windows likes to configure your as a "0 byte minimum, no maximum" size. This means the swap file will be variable based on what your system needs up to the entire disk space on the assigned drive if it wants.
That's good for you because it maintains the most amount of free space on the assigned hard drive (usually your C drive). But it's
bad for you because your swap file becomes fragmented and disk-writes are not garaunteed to be contiguous. It's also bad because you may not actually have a huge amount of space free on your C drive depending on how you use your system.
So to improve this situation, assign your swap file to reside on a hard drive or partition with a large amount of free space. Set the minimum
and maximum size to the largest logical size. Do this so the file is permanent and always stays there at the maximum size. This will garauntee that Windows can freely manage swap operations in the most efficient way.
When you click "OK" to accept the settings, windows will hiccup an warning saying that it doesn't like you changing the swap setup. No biggie, but be sure you didn't assign the file to your cd-rom drive or something like that before accepting.
If you have other data on the drive you want to use for swap, be sure to defragment the drive first before doing all of this. Note that after you reboot you will have a Win.swp file on your disk at it's maximum size for the duration of this config setup.