Like I have virtual Memory size = 2 GB ,Physical Memory Size=4 GB.......... Is this case possible?

Please Explain

link|improve this question
1  
Umm... why would you want to? – TheLQ Jul 2 '10 at 10:53
2  
Virtual Memory is somewhat of a misnomer here. You are really talking about swap/paging area space, not virtual memory. – jlliagre Jul 2 '10 at 13:05
feedback

3 Answers

It is possible.

One scenario that I can think of is when you have large amounts of memory (e.g. 16GB) and not much need for virtual memory (e.g. Hyper-V - since you tend to use only physical memory for running virtual machines). You still want some for core dumps and unexpected situations but total of 4GB is quite enough for that.

If you are sure that you will not need more than 2GB of virtual memory just leave it at this. However, disk space is cheap and, personally, I would give it at least 4GB - just in case.

There is great (and long) explanation at Mark Russinovich's blog.

link|improve this answer
feedback

Yes, you can have that. Having 0 virtual memory is just a special case of "less than physical memory".

link|improve this answer
feedback

yes it is possible ;) (virtual memory placed on hdd so 2 gb is good) (but if you asking which one is recomended by winodws OS's is - 1,5 x of your ram - i mean if you have a 4 gb you should use 6 gb virtual ram on hdd but i don't use virtual ram or i use if a game recommend virtual memory (strategy games sometimes want virtual memory) ... virtual memory also stays on hdd so you can't use that space on hdd for example if you select 2 gb virtual memory it placed on your hdd at uses 2gb of your hdd ... but this virtual memory not recomended for fast systems :)

link|improve this answer
but if you have a ssd storage you can use it so you have a fast computer :D – xpugur Jul 2 '10 at 11:05
feedback

Your Answer

 
or
required, but never shown

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