vault backup: 2022-11-01 14:04:33

This commit is contained in:
Jet Hughes 2022-11-01 14:04:33 +13:00
parent 051ada1dad
commit cb6011ed21
2 changed files with 7 additions and 2 deletions

View File

@ -4,6 +4,9 @@ aliases:
tags:
- cosc204
- lecture
sr-due: 2022-11-04
sr-interval: 3
sr-ease: 250
---
# Swapping and virtual memory
@ -102,4 +105,6 @@ when a proces has too lttle frames it will have a lot of page faults.
a thrashing process spending more time paging than executing
the working set of a process is the number of pages a process needs in orde
the working set of a process is the number of pages a process needs in order to execute without causing too many page faults
this is how much memory we allocate to a process to avoid thrashing

View File

@ -52,7 +52,7 @@ tags:
- [19-cpu-scheduling](notes/19-cpu-scheduling.md)
- [20-sync-deadlock](notes/20-sync-deadlock.md)
- [21-memory-management](notes/21-memory-management.md)
-
- [22-virtual-memory](notes/22-virtual-memory.md)
# Archive