SourceShould the pagefile be placed on SSDs?
Yes. Most pagefile operations are small random reads or larger sequential writes, both of which are types of operations that SSDs handle well.
In looking at telemetry data from thousands of traces and focusing on pagefile reads and writes, we find that
In fact, given typical pagefile reference patterns and the favorable performance characteristics SSDs have on those patterns, there are few files better than the pagefile to place on an SSD.
- Pagefile.sys reads outnumber pagefile.sys writes by about 40 to 1,
- Pagefile.sys read sizes are typically quite small, with 67% less than or equal to 4 KB, and 88% less than 16 KB.
- Pagefile.sys writes are relatively large, with 62% greater than or equal to 128 KB and 45% being exactly 1 MB in size.
Buy more RAM and disable it altogether.
The question is: if you have >12GB of RAM - do you really need a pagefile at all? Not only does it use up valuable space on your SSD, but it also compromises security if you're using encrypted containers for instance.
Lots of apps and games behave funny when you don't have a pagefile, or don't run at all (DOW2 off the top of my head).
Many applications throw a wobble if they can't find a pagefile.
Lots of apps and games behave funny when you don't have a pagefile, or don't run at all (DOW2 off the top of my head). Some crazy people make virtual drives and put their pagefile on a 2GB RAM stick.
Is there much of a benefit to doing that if you have that amount of RAM to spare anyway? I doubt it.