Originally posted by: Nothinman
The pagefile isn't virtual memory, virtual memory is just a method for abstracting access to physical memory. The pagefile is just one repository that the kernel can use to store data when memory is getting low.
And the pagefile isn't the only backing store for VM, the pagefile is only used whenever there is no other backing store available so putting it on a RAM disk would only affect some I/O. And then there's the fact that putting the pagefile on a RAM disk would completely defeat the purpose of the pagefile because it's sole job is to hold data when there's not enough memory available and by creating a RAM disk and putting it there you're artificially limiting the amount of memory on the system. Paging to/from the pagefile will definitely be faster but you're also increasing the amount of paging that you're doing.
So if I understand you correctly, I will not gain any performance setting up a ram drive and using it as a scratch disk for windows?
What about for other apps like adobe?
I got 3 gigs and 2 drives, all program files are on the first drive which is in raid 0, and the second 500g is just storage for media, work, etc.
Whatis the best config performance wise?
To which drive should I set the pagefile to, primary, secondary, or disable it all together?