Re: Page files with SSD/multi-partition HDD combos
Posted: 2010-10-11 05:15pm
Usually what I do is set my page file to use a separate, dedicated partition at the beginning of another hard disk, since your disk's performance drops as it reads/writes data toward its last sectors. I do this on my desktop just to be safe (it is set at a custom size of 1024-4096MB, which extends to my RAM's size), since the great majority of my memory-intensive work is done on that system. On my laptop, however, I do not have a page file at all, but that is because I use an SSD for it. I hardly do anything memory-intensive on my laptop anyway, so I didn't see any real need for one.
I also format my swap partition as FAT32, since NTFS writes to the disk more often, and supposedly FAT32 is better for small volumes. Unfortunately, one side effect of this is that your page file cannot exceed 4GB, since that is the maximum limit for any file on a FAT32 volume. I haven't tried using exFAT for one, though, so that may be another option you could consider if you need that much swap space, but I don't think you will need more than that anyway.
I also format my swap partition as FAT32, since NTFS writes to the disk more often, and supposedly FAT32 is better for small volumes. Unfortunately, one side effect of this is that your page file cannot exceed 4GB, since that is the maximum limit for any file on a FAT32 volume. I haven't tried using exFAT for one, though, so that may be another option you could consider if you need that much swap space, but I don't think you will need more than that anyway.