Working of virtual memory
i just have a doubt that on which disk drive is virtual memory is implemented.
that is when proper space is not found on the RAM then from which portion of hard disk is the paging file made.
is the paging file made initially only on hard disk or when virtual memory manager realizes that space is less on RAM that time it realizes that it should make the paging file of that application which cnt fit in RAM.
plz explain how the processing takes place .
​You can notice that swap is zero at this moment. So, unless my process memory don't reach >= 2 GB, the least used pages of memory of RAM won't be moved to virtual memory. If page files are moved before system runs low on RAM, then actually it's not good because when we restore application from virtual memory it usually takes a little longer than that of RAM, eventually making system slow.