Operating System

What is "virtual memory" and what purpose does serve?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Virtual memory combines your computer's RAM with temporary space on your hard disk. When RAM runs low, virtual memory helps to move data from RAM to a space called a paging file. Moving data to paging file can free up the RAM, so your computer can complete its work. In general, the more RAM your computer has, the faster the programs run. https://www.minitool.com/lib/virtual-memory.html