Originally posted by: Nothinman
Wow, I was hoping that we'd seen the last of these threads since there was a bit of a drought.
As I read plenty of guides on the internet and plenty of them reccomend disabling the pagefile if you have 1GB of RAM or over.
The Internet is written by people, some are smarter than others. Think about it, do you really think those people would be writing tweak guides on the Internet if they knew more about the NT VM than the people that wrote it? I can post a web page that says that Windows 98 was the most stable OS ever created, would you believe that?
So basically that tweak does nothing.
Which is true of most of them. If the defaults sucked so badly, do you really think MS would have made them the defaults?
NT was designed with the assumption that everything in memory has a backing store on disk, for most things this is the file it was paged in from so there's no problem there. If NT decides to free the memory that was being used by firefox.exe all it has to do to get it back is to page it back in from the filesystem, but what about stuff that has no original file? But what about an image in the GIMP after having run a few filters on it? The current image, history data, etc are probably bigger than the original image itself and NT has to have a place to put it if it needs the memory and that place is the pagefile. Process private data, anything modified in memory, anonymous shared memory, etc all need a backing store and that pretty much has to be the pagefile since there's no where else to put them.