ofnuts wrote:
So don't remove the swapfile(s), just ignore it/them?
Yes
Spreading what over several drives?
The memory swapping, which is done with pagefile.sys (swapfile.sys is for application "swapping", actually a way to hibernate them individually).
What is it that I should spread and how does this create pagefile(s)?
You just tell windows that it can swap on specific drives, it will create the pagefile.sys where needed. This is at least how in worked in XP...
If you're talking about spreading the page file over all my drives, then I would have a page file and swap file for every drive, right?
pagefile.sys, yes; swapfile.sys, likely not, because this is a completely different animal.
I have to set the page file size, or let the OS do it form me. The other option would be to not have a page file and no page file, no swap file.
You can definitely let Windows allocate the file. However it tends to be on the greedy side (you don't need more than your amount of RAM, or even half of this) and the manual setup also lets you allocate the swap file (ie, pagefile.sys) once for all, which makes it more likely to be in one block (especially on a new disk), which improves performance by reducing arm movements. If you want to be really picky and use partitions on your disks, put the swap files in their own partition on each physical drive.
You can also run without any swap. This is another option. On Windows, swapping can do more harm than good, because the system drops to a crawl when it swaps in most cases. With swapping disabled, the RAM glutton application dies instead of killing the system.
Thanks Ofnuts.
I've been using only a single page file placed on my D drive for a long time now.
With 8GB of RAM, I was setting the size at 12288MB with a maximum of 14336MB.
I may stick to this method.
Also... would having another page file of the same size on the C drive, be of any real use or benefit?
I was more concerned with the two separate wasp file and having only one page file.
When one places the page file on a different drive other then the C drive. The swap file on the C drive doesn't move with it.
There's no way to remove the swapfile.sys from the C drive, without resorting to creating a symbolic link for it, pointing to the swap file on my D drive.