What is the problem with virtual memory?

for machines with 32-bit operating system and 4G memory, addressing within the range of 4G is supported at most because of 32-bit systems, and since the actual physical memory size is 4G, in this case, the address of virtual memory must exceed 4G. In that case, what"s the point of setting virtual memory?

Mar.24,2021

A maximum address space of 4G means one process, but there can be more than one process in the system

Menu