Terminating processes
Installing more Ram
Virtual Memory
Paging
Memory can be split into sections called ‘pages’.
Virtual Memory works by moving these pages between the Random Access Memory (RAM) and the secondary storage.
Moves pages to Hard Disk Drive
If a page is not being used, then we might want to put it into Virtual Memory.
When a page is moved to the HDD, it is put into a special file called the pagefile.
Other processes can then use the memory that we just freed in the RAM.
Move pages to RAM
When we want to use a page again, we first need to move it back to the RAM.
We do this by swapping the page that we want with one that is already in the RAM.