virtual memory
Printable View
virtual memory
Windows often needs more memory than is physically available. When it runs out of physical memory, it reserves an area of the disc and stores some of the information it is not currently using in that space. This is known as virtual memory, also known as the page file.
When it needs the information it previously wrote to disc, it will read it back in, if necessary writing something else out to make room.
I can't remember. :unsure:Quote:
Originally posted by Duffman3@14 December 2003 - 15:24
virtual memory
Nice explanation lynx.
It's also something you don't want.
Just slows you down, and this is a bad thing. :P
Physical memory is faster than virtual memory (page file/swap file).