Possible Duplicate:
Do I still need to use virtual memory?

Suppose I have a system with 8 gigs of RAM. I have used systems with less than that including physical RAM and virtual memory.

So, why not just disable virtual memory on my monster machine? Wouldn't that improve performance? Or is there some reason to continue using virtual memory?

link|improve this question

4  
fyi, virtual memory is not the same as page file. – grawity Aug 5 '10 at 20:05
@grawity, I would like to give you ten comment upvotes. – dsolimano Aug 5 '10 at 20:44
There is only a limited amount of memory given to drivers, called the non-paged and paged pool memory sections. A page file is necessary for when the paged section gets full, as a gamer I have seen a game complain about paged pool memory just because I had my page file disabled on a 8 GB system. They are necessary, they prevent paged pool depletion and actually do speed up your system. – Tom Wijsman Oct 24 '11 at 16:28
feedback

closed as exact duplicate by Sathya, Doug Harris, grawity, random Aug 5 '10 at 22:38

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

This excellent response to a similar question on ServerFault is very informative - have a read, you might be surprised but keeping the page file active is still a good idea even with 8Gb RAM because it does a more than just pretend to be "extra RAM".

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.