1.3.7

Virtual Memory

Test yourself

Running out of Memory

There are many approaches that we might take when we are running low on memory:

Illustrative background for Installing more Random-Access MemoryIllustrative background for Installing more Random-Access Memory ?? "content

Installing more Random-Access Memory

  • When we run out of RAM, we can purchase and install more RAM so that we can store more data.
  • This is not always ideal because:
    • RAM can be expensive.
    • We may only need more memory on a temporary basis.
Illustrative background for Virtual memoryIllustrative background for Virtual memory ?? "content

Virtual memory

  • Virtual Memory is a technique where we use secondary storage as if it were RAM.
  • Virtual memory is not always ideal since:
    • Virtual Memory can have negative impacts on performance.
    • Virtual Memory can have negative impacts on the health of Solid State Disks (SSDs).
    • We might have limited space in secondary storage.
Illustrative background for Terminating processesIllustrative background for Terminating processes ?? "content

Terminating processes

  • Each program/process will use a certain amount of memory.
  • 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.

How Virtual Memory Works

Virtual Memory allows us to access more memory than we have by setting aside some secondary storage space to act as extra memory.

Illustrative background for PagingIllustrative background for Paging ?? "content

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.
Illustrative background for Move pages to Hard Disk Drive (HDD)Illustrative background for Move pages to Hard Disk Drive (HDD) ?? "content

Move pages to Hard Disk Drive (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 and not being used, it is put into a special file called the pagefile.
  • Other processes can then use the memory that we just freed in the RAM.
Illustrative background for Move pages to RAMIllustrative background for Move pages to RAM ?? "content

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.

Jump to other topics

1Components of a Computer

2Software & Software Development

3Exchanging Data

4Data Types, Data Structures & Algorithms

5Legal, Moral, Cultural & Ethical Issues

6Elements of Computational Thinking

6.1Thinking Abstractly

6.2Thinking Procedurally

6.3Thinking Logically

7Problem Solving & Programming

8Algorithms

Go student ad image

Unlock your full potential with GoStudent tutoring

  • Affordable 1:1 tutoring from the comfort of your home

  • Tutors are matched to your specific learning needs

  • 30+ school subjects covered

Book a free trial lesson