|
Virtual memory is over-flow storage. Roughly 1/100 th speed of RAM. Comes in to play if you have a bunch of apps running at the same time. Your PC will relocate the least-used memory storage to disk and give the RAM to an active app. When it needs the data back it boots something else out of RAM and reloads it. Slow. But it does allow more efficient use of RAM.
|