1.2.3 Virtual Memory Flashcards
Running out of Memory
Virtual Memory
Terminating processes
Installing more RAM
Virtual memory
Use secondary storage as if it were RAM.
Can have negative impacts on performance.
Can have negative impacts on the health of SSDs
Might have limited space in secondary storage
Terminating processes
By closing some processes that we are not using, we can free the memory that they are using.
This is not always possible because we may need all the processes.
Installing more RAM
Store more data.
Not ideal as it can be expensive and we may only need more memory on a temporary basis.
How Virtual Memory Works
Allows us to access more memory than we have by setting aside some secondary storage space to act as extra memory.
Paging
Memory can be split into pages.
Works by moving these pages between the RAM and secondary storage.
Move pages to HDD
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.