mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
vault backup: 2022-11-01 14:04:33
This commit is contained in:
parent
051ada1dad
commit
cb6011ed21
@ -4,6 +4,9 @@ aliases:
|
|||||||
tags:
|
tags:
|
||||||
- cosc204
|
- cosc204
|
||||||
- lecture
|
- lecture
|
||||||
|
sr-due: 2022-11-04
|
||||||
|
sr-interval: 3
|
||||||
|
sr-ease: 250
|
||||||
---
|
---
|
||||||
|
|
||||||
# Swapping and virtual memory
|
# 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
|
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
|
||||||
@ -52,7 +52,7 @@ tags:
|
|||||||
- [19-cpu-scheduling](notes/19-cpu-scheduling.md)
|
- [19-cpu-scheduling](notes/19-cpu-scheduling.md)
|
||||||
- [20-sync-deadlock](notes/20-sync-deadlock.md)
|
- [20-sync-deadlock](notes/20-sync-deadlock.md)
|
||||||
- [21-memory-management](notes/21-memory-management.md)
|
- [21-memory-management](notes/21-memory-management.md)
|
||||||
-
|
- [22-virtual-memory](notes/22-virtual-memory.md)
|
||||||
|
|
||||||
|
|
||||||
# Archive
|
# Archive
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user