@ bbhaag
Why limit the pagefile if you have enough space, I mean what's the benefit?
lets look at a system with SSD where page file is enabled on that ssd.
windows will allocate the equal amount of space on SSD that you have ram.
So lets assume ur running 8gb of ram... then windows will allocate 8gb of page file.
This is for crash dumps to be written on said page, as windows takes a copy of entire ram and posts it as a page file.
now heaven forbid u have a 128gb ssd... but assume you have a small space SSD.
So taking off 8GB of the 128gb in the SSD is kinda hurtful... now add in provisioning... which will be about 12gb... usually its 10-20%, but for sake arguement lets put down 10%...
12+8 = 20gbs out of the 128GB u have... that leaves u with 108gb...
well in short it eats storage capacity unless u moved the page file on another drive.
So the concensensus.... if ur running a high ram system... like 16gb-24gb-32gb-64gb, chances are u will NEVER end up using the page file, unless u do work on the machine with data sets in excess greater then the ram.
If thats the case, people will tell you get more ram, as having to read ram is a LOT faster then having to read a page file.
But should i disable it?
NO... reason again... crash reports are copyed via to page file...
Although u dont need windows to take a entire copy of your ram, a regular crash report can take 800MEGS.
So people usually recommend u leave page file @ 512-2048 for said crash reports.... this will also conserve stroage space on a low cap ssd.. 2gb max vs 8gb max...
This ONLY applies to a gaming machine / home machine...
A SERVER is a COMPLETELY DIFFERENT story...
I would let windows handle a server page file.... and not touch it... as u would want to see the entire crash report on a server if and when it does crash..