Talk:Virtual memory
Jump to navigation
Jump to search
swap file distribution across disks
I don't think RAID is required to distribute a Windows paging file across two disks, only a second available disk (partition) is required, whether RAID or not.Pat Palmer 10:14, 19 January 2008 (CST)
- Another odd phenomenon: if the swap file is moved entirely to a second drive, say D:, a Windows machine may well boot up faster. I think that happens because the loading of boot programs from the primary partition (C: drive) can then go on in parallel with the loading of running program parts into the page file (D: drive), so overall, everything gets ready quicker. This is the kind of crap I learned from doing a lot of system administration and spending too many hours of my life watching Windows reboot (smile). It's typically 3 minutes per reboot (still) on practically any machine, because even though machines got faster, the amount of stuff that wants to load itself on startup has gotten correspondingly greater.Pat Palmer 10:19, 19 January 2008 (CST)