How to make programs consume physical memory instead of virtual memory

3

I am running on XP SP3 on my 2GB RAM laptop right now and I see from the task manager that there are still around 800MB Physical Memory available. You can have a look at the appearance of the task manager here

Anyways, I see Page File Usage is quite much considering the amount of Physical Memory still available. Why Physical Memory is not used more which I hope will increase the performance.

Is there any tweak I can try to increase the performance that way?

celalo

Posted 2009-09-25T09:37:51.893

Reputation: 143

4

Might be interesting to check this blog post from Jeff http://www.codinghorror.com/blog/archives/000422.html

– Ivo Flipse – 2009-09-25T09:52:36.543

5My philosophy is that I don't mess with this. Turning off your page file can have bad consequences. – None – 2009-09-25T10:11:23.450

That's why I referred to the blog post, if you don't know what and why you're doing it, leave it be – Ivo Flipse – 2009-09-25T10:32:07.883

Answers

13

Short Answer: No, Don't Touch It !!!

The Windows Page File is used for more than just "extra memory" when it runs out of physical memory. Please refer to this post and the accepted answer for more details than I can possibly give.

Any benefit or detriment from removing a pagefile on an 8GB RAM Machine

Xetius

Posted 2009-09-25T09:37:51.893

Reputation: 1 151