diff --git a/README.md b/README.md index 1f18b36..d6e8b8d 100644 --- a/README.md +++ b/README.md @@ -686,6 +686,9 @@ CPU scheduler
What is "virtual memory" and what purpose it serves?
+ +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