What is virtual memory?
What is virtual memory?
Virtual memory is a memory management technique used by modern operating systems to provide an application with the illusion of having a large, contiguous block of memory, even if the physical memory (RAM) is limited. It extends the available memory space by using both physical RAM and a portion of the hard drive (or another storage device) known as the swap space or page file.