1. When will there be a drawback in using a Virtual Memory?
2. Why drawback happens in using virtual memory?
1
Expert's answer
2021-11-25T01:42:12-0500
If the system is using virtual memory, applications may execute slower. Switching between programs will most likely take longer. Reduces the amount of hard disk space available for your use. It degrades the system's stability.
Virtual memory, commonly known as the swap file, essentially expands your RAM by using a portion of your hard disk, allowing you to execute more programs than it could otherwise manage. However, because a hard disk is far slower than RAM, it can significantly reduce performance. When you save a file, it is copied from RAM to storage.
Comments
Leave a comment