[algogeeks] virtual memory

2011-09-06 Thread Aman Kumar
Hii what happen if size of main memory is greater than size of virtual memory? -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to

Re: [algogeeks] virtual memory

2011-09-06 Thread Piyush Grover
it's a subjective question. If you have 100GB of main memory and 2 GB of virtual memory and you are running very light weight programs then nothing will happen. The system memory has enough space to take care of all the applications but if your system is heavily loaded with processes then it

[algogeeks] virtual memory

2011-03-09 Thread Sudhir mishra
virtual memory allows us to run processes of size more than RAM. Is there any other use of virtual memory? can ever achieve greatly. -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to

Re: [algogeeks] virtual memory

2011-03-09 Thread rahul rai
Security. refer to CS .162 lectures{screencarts} of berkely On 3/9/11, Sudhir mishra sudhir08.mis...@gmail.com wrote: virtual memory allows us to run processes of size more than RAM. Is there any other use of virtual memory? can ever achieve greatly. -- You received this message because