What is virtual memory?
Sigiloso
Virtual memory is different depending on the OS. On Linux is generally referred to as swap space on windows this is managed by the OS. But in general this is for information or processed that are in RAM but not frequently accessed. Uses a small amount of disk space to store these processes until they are needed. RAM disks can be used in a similar way.