I have computer with 4GB RAM running windows 7 64 bit edition. I have set paging file size 8000MB( both initial size and maximum size) according this document, but after restart I'm seeing only 4GB memory in task manager.

What else should I do, to increase my virtual memory size?

link|improve this question
Whatever you're looking at in the task manager is probably just showing how much physical ram you have. – martineau Jul 20 '11 at 14:04
@martineau looks like really It was showing only physical memory, thanks. I'm pretty sure, that in windows xp graph in task manager is showing virtual memory size, not physical memory. – Ashot Martirosyan Jul 20 '11 at 14:09
@martineau if you write this comment as a answer I will accept it. – Ashot Martirosyan Jul 20 '11 at 14:09
Too late, oh well. Happy computing! – martineau Jul 20 '11 at 17:39
feedback

1 Answer

up vote 3 down vote accepted

I had never though about this before, but as far as I can tell, Task Manager only reports on physical memory. I suggest that you just look at the root of the drive you put the virtual memory files (pagefile.sys) on, and make sure they total the 8000MB you set. If they are there, you are fine.

enter image description here

You might find this document about memory, virtual memory and page files useful:

http://support.microsoft.com/kb/2267427

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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