Except the paging file is largely irrelevant to game play. There is no benefit to disabling it. Instead of being able to push out irrelevant pages to the page file, you end up keeping them in memory which is more costly.
Also, you'll still end up paging to backing stores (executables, dlls). You cannot disable "virtual memory" in Windows.
|