ADRIAN PERRIG & TORSTEN HOEFLER Networks and Operating Systems ( ) Chapter 6: Demand Paging

Similar documents
Chapter 6: Demand Paging

Module 9: Virtual Memory

Chapter 9: Virtual Memory. Operating System Concepts 9 th Edition

Chapter 9: Virtual Memory

Module 9: Virtual Memory

Background. Demand Paging. valid-invalid bit. Tevfik Koşar. CSC Operating Systems Spring 2007

Chapter 8: Virtual Memory. Operating System Concepts Essentials 2 nd Edition

Chapter 9: Virtual-Memory

Chapter 10: Virtual Memory. Background

Chapter 9: Virtual Memory

Chapter 8: Virtual Memory. Operating System Concepts

Chapter 10: Virtual Memory. Background. Demand Paging. Valid-Invalid Bit. Virtual Memory That is Larger Than Physical Memory

Chapter 9: Virtual Memory. Chapter 9: Virtual Memory. Objectives. Background. Virtual-address address Space

Chapter 9: Virtual Memory

Chapter 9: Virtual-Memory Management. Operating System Concepts 8 th Edition,

Page Replacement. 3/9/07 CSE 30341: Operating Systems Principles

Chapter 9: Virtual Memory

Virtual Memory. Virtual Memory. Demand Paging. valid-invalid bit. Virtual Memory Larger than Physical Memory

Virtual Memory. CSCI 315 Operating Systems Design Department of Computer Science

Background. Virtual Memory (2/2) Demand Paging Example. First-In-First-Out (FIFO) Algorithm. Page Replacement Algorithms. Performance of Demand Paging

Operating System Concepts

Virtual Memory Outline

Where are we in the course?

Demand Paging. Valid-Invalid Bit. Steps in Handling a Page Fault. Page Fault. Transfer of a Paged Memory to Contiguous Disk Space

CS307: Operating Systems

OPERATING SYSTEM. Chapter 9: Virtual Memory

Virtual Memory. CSCI 315 Operating Systems Design Department of Computer Science

Chapter 10: Virtual Memory

Chapter 3: Virtual Memory ว ตถ ประสงค. Background สามารถอธ บายข อด ในการท ระบบใช ว ธ การจ ดการหน วยความจ าแบบเสม อนได

Optimal Algorithm. Replace page that will not be used for longest period of time Used for measuring how well your algorithm performs

CS420: Operating Systems

Page Replacement Algorithms

Chapter 9: Virtual Memory. Operating System Concepts 9th Edition

Chapter 9: Virtual Memory. Operating System Concepts 9 th Edition

Operating System Concepts 9 th Edition

Virtual Memory COMPSCI 386

Virtual Memory. Overview: Virtual Memory. Virtual address space of a process. Virtual Memory. Demand Paging

Virtual Memory. Overview: Virtual Memory. Virtual address space of a process. Virtual Memory

CS370 Operating Systems

PAGE REPLACEMENT. Operating Systems 2015 Spring by Euiseong Seo

Virtual Memory III. Jo, Heeseung

Principles of Operating Systems

Swapping. Operating Systems I. Swapping. Motivation. Paging Implementation. Demand Paging. Active processes use more physical memory than system has

VIRTUAL MEMORY READING: CHAPTER 9

Chapter 9: Virtual Memory

Memory Management. Virtual Memory. By : Kaushik Vaghani. Prepared By : Kaushik Vaghani

Basic Page Replacement

instruction is 6 bytes, might span 2 pages 2 pages to handle from 2 pages to handle to Two major allocation schemes

Basic Memory Management

Basic Memory Management. Basic Memory Management. Address Binding. Running a user program. Operating Systems 10/14/2018 CSC 256/456 1

!! What is virtual memory and when is it useful? !! What is demand paging? !! When should pages in memory be replaced?

CSE 120. Translation Lookaside Buffer (TLB) Implemented in Hardware. July 18, Day 5 Memory. Instructor: Neil Rhodes. Software TLB Management

Chapter 5: Memory Management

Memory management, part 2: outline

Memory management, part 2: outline. Operating Systems, 2017, Danny Hendler and Amnon Meisels

Operating Systems. Overview Virtual memory part 2. Page replacement algorithms. Lecture 7 Memory management 3: Virtual memory

Memory Management. Jinkyu Jeong Computer Systems Laboratory Sungkyunkwan University

CS370 Operating Systems

CS370 Operating Systems

Chapters 9 & 10: Memory Management and Virtual Memory

Virtual Memory Management

Memory Management. To improve CPU utilization in a multiprogramming environment we need multiple programs in main memory at the same time.

Memory Management Outline. Operating Systems. Motivation. Paging Implementation. Accessing Invalid Pages. Performance of Demand Paging

Virtual Memory: Page Replacement. CSSE 332 Operating Systems Rose-Hulman Institute of Technology

Operating Systems Virtual Memory. Lecture 11 Michael O Boyle

1. Background. 2. Demand Paging

현재이이미지를표시할수없습니다. Chapter 9: Virtual Memory

Chapter 8: Main Memory. Operating System Concepts 8th Edition

CSE 4/521 Introduction to Operating Systems. Lecture 15 Virtual Memory I (Background, Demand Paging) Summer 2018

First-In-First-Out (FIFO) Algorithm

CS 5523 Operating Systems: Memory Management (SGG-8)

Virtual Memory - Overview. Programmers View. Virtual Physical. Virtual Physical. Program has its own virtual memory space.

Chapter 4 Memory Management

CS162 Operating Systems and Systems Programming Lecture 11 Page Allocation and Replacement"

ECE 7650 Scalable and Secure Internet Services and Architecture ---- A Systems Perspective. Part I: Operating system overview: Memory Management

VII. Memory Management

Multi-Process Systems: Memory (2) Memory & paging structures: free frames. Memory & paging structures. Physical memory

Memory Management. Disclaimer: some slides are adopted from book authors slides with permission 1

Even in those cases where the entire program is needed, it may not all be needed at the same time (such is the case with overlays, for example).

Topics: Virtual Memory (SGG, Chapter 09) CS 3733 Operating Systems

Memory Management. Disclaimer: some slides are adopted from book authors slides with permission 1

Operating Systems. Operating Systems Sina Meraji U of T

Memory Management Virtual Memory

Lecture 17. Edited from slides for Operating System Concepts by Silberschatz, Galvin, Gagne

Memory management. Requirements. Relocation: program loading. Terms. Relocation. Protection. Sharing. Logical organization. Physical organization

Lecture 12: Demand Paging

Chapter 9: Virtual Memory

CS6401- Operating System UNIT-III STORAGE MANAGEMENT

Virtual or Logical. Logical Addr. MMU (Memory Mgt. Unit) Physical. Addr. 1. (50 ns access)

UNIT - IV. What is virtual memory?

Virtual Memory. 1 Administrivia. Tom Kelliher, CS 240. May. 1, Announcements. Homework, toolboxes due Friday. Assignment.

Virtual Memory. ICS332 Operating Systems

Memory Management. Chapter 4 Memory Management. Multiprogramming with Fixed Partitions. Ideally programmers want memory that is.

Virtual Memory. Reading: Silberschatz chapter 10 Reading: Stallings. chapter 8 EEL 358

Page Replacement Chap 21, 22. Dongkun Shin, SKKU

CS 3733 Operating Systems:

Move back and forth between memory and disk. Memory Hierarchy. Two Classes. Don t

Memory Management Ch. 3

Memory Management. Disclaimer: some slides are adopted from book authors slides with permission 1

CSC Operating Systems Spring Lecture - XIV Virtual Memory - II. Tevfik Ko!ar. Louisiana State University. March 27 th, 2008.

Transcription:

ADRIAN PERRIG & TORSTEN HOEFLER Networks and Operating Systems (5-006-00) Chapter 6: Demand Paging http://redmine.replicant.us/projects/replicant/wiki/samsunggalaxybackdoor (0)

# Inverted page table One system-wide table now maps PFN -> VPN One entry for each real page of memory Contains VPN, and which process owns the page Bounds total size of all page information on machine Hashing used to locate an entry efficiently Examples: PowerPC, ia6, UltraSPARC

Inverted page table architecture CPU logical address pid p d i d physical address Physical memory search i pid p page table

The need for more bookkeeping Most OSes keep their own translation info Per-process hierarchical page table (Linux) System wide inverted page table (Mach, MacOS) Why? Portability Tracking memory objects Software virtual physical translation Physical virtual translation

Our Small Quiz True or false (raise hand). Base (relocation) and limit registers provide a full virtual address space. Base and limit registers provide protection. Segmentation provides a base and limit for each segment. Segmentation suffers from external fragmentation 5. Segmentation allows libraries to share their code 6. Segmentation provides linear addressing 7. Segment tables are set up for each process in the CPU 8. Segmenting prevents internal fragmentation 9. Paging prevents internal fragmentation 0. Protection information is stored at the physical frame. Pages can be shared between processes.the same page may be writeable in proc. A and write protected in proc. B.The same physical address can be referenced through different addresses from (a) two different processes (b) the same process?. Inverted page tables are faster to search than hierarchical (asymptotically) 5

Today TLB shootdown Uses for virtual memory Copy-on-write Demand paging Page fault handling Page replacement algorithms Frame allocation policies Thrashing and working set Book: OSPP Sections 9.5, 9.7 (all of 9 as refresh) As always, the book does not cover 00%!

TLB shootdown spcl.inf.ethz.ch

TLB management Recall: the TLB is a cache. Machines have many MMUs on many cores many TLBs Problem: TLBs should be coherent. Why? Security problem if mappings change E.g., when memory is reused

TLB management Process ID VPN PPN acce ss Core TLB: Core TLB: Core TLB: 0 0x005 0x0 r/w 0x0f8 0x r/w 0 0x005 0x0 r/w 0x000 0x05 read 0 0x0f8 0x r/w 0x000 0x05 read

TLB management Core TLB: Core TLB: Core TLB: Process ID VPN PPN acce ss 0 0x005 0x0 r/w 0x0f8 0x r/w 0 0x005 0x0 r/w 0x000 0x05 read 0 0x0f8 0x r/w 0x000 0x05 read Change to read only

TLB management Core TLB: Core TLB: Core TLB: Process ID VPN PPN acce ss 0 0x005 0x0 r/w 0x0f8 0x r/w 0 0x005 0x0 r/w 0x000 0x05 read 0 0x0f8 0x r/w 0x000 0x05 read Change to read only

TLB management Core TLB: Core TLB: Core TLB: Process ID VPN PPN acce ss 0 0x005 0x0 r/w 0x0f8 0x r/w 0 0x005 0x0 r/w 0x000 0x05 read 0 0x0f8 0x r/w 0x000 0x05 read Change to read only Process 0 on core can only continue once shootdown is complete!

Keeping TLBs coherent. Hardware TLB coherence Integrate TLB mgmt with cache coherence Invalidate TLB entry when PTE memory changes Rarely implemented. Virtual caches Required cache flush / invalidate will take care of the TLB High context switch cost! Most processors use physical (last level) caches. Software TLB shootdown Most common OS on one core notifies all other cores - typically an IPI Each core provides local invalidation. Hardware shootdown instructions Broadcast special address access on the bus Interpreted as TLB shootdown rather than cache coherence message E.g., PowerPC architecture

Summary/recap: virtual memory User logical memory physical memory. Only part of the program must be in RAM for execution Logical address space can be larger than physical address space Address spaces can be shared by several processes More efficient process creation Virtualize memory using software+hardware

The many uses of address translation Process isolation IPC Shared code segments Program initialization Efficient dynamic memory allocation Cache management Program debugging Efficient I/O Memory mapped files Virtual memory Checkpoint and restart Persistent data structures Process migration Information flow control Distributed shared memory and many more

Photo by Josh Hammerling spcl.inf.ethz.ch Copy-on-write (COW)

Recall fork() Can be expensive to create a complete copy of the process address space Especially just to do exec()! vfork(): shares address space, doesn t copy Fast Dangerous two writers to same heap Better: only copy when you know something is going to get written Requires MMU/memory virtualization

Copy-on-write COW allows both parent and child processes to initially share the same pages in memory If either process modifies a shared page, only then is the page copied COW allows more efficient process creation as only modified pages are copied Free pages are allocated from a pool of zeroed-out pages

Example: processes sharing an area of memory page A page B page C Process physical memory Process

Example: processes sharing an area of memory Not necessarily the same virtual addresses (but would be after fork()) page A page B page C Process physical memory Process

How does it work? Initially mark all pages as read-only Either process writes page fault Fault handler allocates new frame Makes copy of page in new frame Maps each copy into resp. processes writeable Only modified pages are copied Less memory usage, more sharing Cost is page fault for each mutated page

After process writes to page C page A page B page C copy of page C Process physical memory Process

After process writes to page C page A page B Still readonly page C copy of page C Process physical memory Process

After process writes to page C page A page B Still readonly page C Now writeable copy of page C Process physical memory Process

General principle Mark a VPN as invalid or read-only trap indicates attempt to read or write On a page fault, change mappings somehow Restart instruction, as if nothing had happened General: allows emulation of memory as well as multiplexing. E.g. on-demand zero-filling of pages And

spcl.inf.ethz.ch Paging concepts page 0 page page page page v virtual address space page table physical address space disk

spcl.inf.ethz.ch Paging concepts page 0 page page page memory-resident page page v virtual address space page table physical address space disk

spcl.inf.ethz.ch Paging concepts page 0 page page page page v virtual address space Keep track of where pages are on disk page table physical address space disk

spcl.inf.ethz.ch Paging concepts page 0 page page page Write dirty pages out to disk page v virtual address space Keep track of where pages are on disk page table physical address space disk

spcl.inf.ethz.ch Paging concepts page 0 page page page Read in pages from disk on demand page v virtual address space page table physical address space disk

Demand paging Bring a page into memory only when it is needed Less I/O needed Less memory needed Faster response More users Turns RAM into a cache for processes on disk!

Demand paging Page needed reference (load or store) to it invalid reference abort not-in-memory bring to memory Lazy swapper never swaps a page into memory unless page will be needed Swapper that deals with pages is a pager Can do this with segments, but more complex or whole processes Strict demand paging: only page in when referenced

Page fault If there is a reference to a page, first reference to that page will trap to operating system: page fault. Operating system looks at another table to decide: Invalid reference abort Just not in memory. Get empty frame. Swap page into frame. Reset tables 5. Set valid bit v 6. Restart the instruction that caused the page fault

Recall: handling a page fault CPU Chip PTEA CPU VA MMU PTE Cache/ Memory Disk ) Processor sends virtual address to MMU -) MMU fetches PTE from page table in memory ) Valid bit is zero, so MMU triggers page fault exception 5) Handler identifies victim (and, if dirty, pages it out to disk) 6) Handler pages in new page and updates PTE in memory 7) Handler returns to original process, restarting faulting instruction

Recall: handling a page fault Exception Page fault handler CPU Chip PTEA CPU VA MMU PTE Cache/ Memory Disk ) Processor sends virtual address to MMU -) MMU fetches PTE from page table in memory ) Valid bit is zero, so MMU triggers page fault exception 5) Handler identifies victim (and, if dirty, pages it out to disk) 6) Handler pages in new page and updates PTE in memory 7) Handler returns to original process, restarting faulting instruction

Recall: handling a page fault Exception Page fault handler CPU Chip PTEA 5 CPU VA MMU PTE Cache/ Memory Disk ) Processor sends virtual address to MMU -) MMU fetches PTE from page table in memory ) Valid bit is zero, so MMU triggers page fault exception 5) Handler finds a frame to use for missing page 6) Handler pages in new page and updates PTE in memory 7) Handler returns to original process, restarting faulting instruction

Recall: handling a page fault Exception Page fault handler CPU Chip CPU VA MMU PTEA PTE 5 Cache/ Memory New page 6 Disk ) Processor sends virtual address to MMU -) MMU fetches PTE from page table in memory ) Valid bit is zero, so MMU triggers page fault exception 5) Handler finds a frame to use for missing page 6) Handler pages in new page and updates PTE in memory 7) Handler returns to original process, restarting faulting instruction

Recall: handling a page fault Exception Page fault handler CPU Chip CPU VA 7 MMU PTEA PTE 5 Cache/ Memory New page 6 Disk ) Processor sends virtual address to MMU -) MMU fetches PTE from page table in memory ) Valid bit is zero, so MMU triggers page fault exception 5) Handler finds a frame to use for missing page 6) Handler pages in new page and updates PTE in memory 7) Handler returns to original process, restarting faulting instruction

Performance of demand paging Page fault rate 0 p.0 if p = 0: no page faults if p = : every reference is a fault Effective Access Time (EAT) EAT = ( p) x memory access + p (page fault overhead + swap page out + swap page in + restart overhead )

Demand paging example Memory access time = 50 nanoseconds Average page-fault service time = milliseconds EAT = ( p) x 50 + p ( milliseconds) = ( p) x 50 + p x,000,000 = 50 + p x,999,950 If one access out of,000 causes a page fault, then EAT = microseconds. This is a slowdown by a factor of 80!!

Photo: Urs Flueeler, source:https://aeon.co/essays/swiss-flying-cows-is-this-the-future spcl.inf.ethz.ch Page Replacement

What happens if there is no free frame? Page replacement find little used resident page to discard or write to disk victim page needs selection algorithm performance want an algorithm which will result in minimum number of page faults Same page may be brought into memory several times

Page replacement Try to pick a victim page which won t be referenced in the future Various heuristics but ultimately it s a guess Use modify bit on PTE Don t write clean (unmodified) page to disk Try to pick clean pages over dirty ones (save a disk write)

Page replacement frame valid 0 f i v f victim Page table Physical memory

Page replacement frame valid. Swap victim page to disk 0 f i v f victim Page table Physical memory

Page replacement frame valid. Swap victim page to disk 0 0 i i f victim. Change victim PTE to invalid Page table Physical memory

Page replacement frame valid 0 0 i i f victim Page table. Load desired page in from disk Physical memory

Page replacement frame valid. Change fault PTE to valid f 0 v i f victim Page table. Load desired page in from disk Physical memory

Page replacement algorithms Want lowest page-fault rate Evaluate algorithm by running it on a particular string of memory references (reference string) and computing the number of page faults on that string E.g. 7, 0,,, 0,, 0,,,, 0,,,,, 0,, 7, 0,

Number of page faults spcl.inf.ethz.ch Page faults vs. number of frames Very little memory: thrashing (see later) What we might expect Plenty of memory: more doesn t help much Number of frames

FIFO (First-In-First-Out) page replacement reference string: 7 0 0 0 0 0 7 0 page frames:

FIFO (First-In-First-Out) page replacement reference string: 7 0 0 0 0 0 7 0 page frames: 7

FIFO (First-In-First-Out) page replacement reference string: 7 0 0 0 0 0 7 0 page frames: 7 7 0

FIFO (First-In-First-Out) page replacement reference string: 7 0 0 0 0 0 7 0 page frames: 7 7 7 0 0

FIFO (First-In-First-Out) page replacement reference string: 7 0 0 0 0 0 7 0 page frames: 7 7 7 0 0 0

FIFO (First-In-First-Out) page replacement reference string: 7 0 0 0 0 0 7 0 page frames: 7 7 7 0 0 0

FIFO (First-In-First-Out) page replacement reference string: 7 0 0 0 0 0 7 0 page frames: 7 7 7 0 0 0 0 0 0 0

FIFO (First-In-First-Out) page replacement reference string: 7 0 0 0 0 0 7 0 page frames: 7 7 7 0 0 0 0 0 0 0 0 0

FIFO (First-In-First-Out) page replacement reference string: 7 0 0 0 0 0 7 0 page frames: 7 7 7 0 0 0 7 7 7 0 0 0 0 0 0 0 0 Here, 5 page faults.

More memory is better? Reference string:,,,,,, 5,,,,, 5 rames: Belady s Anomaly: more frames more page faults

More memory is better? Reference string:,,,,,, 5,,,,, 5 frames ( pages can be in memory): frames: Belady s Anomaly: more frames more page faults

More memory is better? Reference string:,,,,,, 5,,,,, 5 frames ( pages can be in memory): frames: Belady s Anomaly: more frames more page faults

More memory is better? Reference string:,,,,,, 5,,,,, 5 frames ( pages can be in memory): 5 frames: Belady s Anomaly: more frames more page faults

More memory is better? Reference string:,,,,,, 5,,,,, 5 frames ( pages can be in memory): 5 5 frames: Belady s Anomaly: more frames more page faults

More memory is better? Reference string:,,,,,, 5,,,,, 5 frames ( pages can be in memory): 5 5 5 9 page faults frames: Belady s Anomaly: more frames more page faults

More memory is better? Reference string:,,,,,, 5,,,,, 5 frames ( pages can be in memory): 5 5 5 9 page faults frames: Belady s Anomaly: more frames more page faults

5 More memory is better? Reference string:,,,,,, 5,,,,, 5 frames ( pages can be in memory): frames: Belady s Anomaly: more frames more page faults 9 page faults 5 5 5

5 5 5 5 5 More memory is better? Reference string:,,,,,, 5,,,,, 5 frames ( pages can be in memory): frames: Belady s Anomaly: more frames more page faults 9 page faults 0 page faults! 5 5 5

5 5 5 5 5 More memory is better? Reference string:,,,,,, 5,,,,, 5 frames ( pages can be in memory): frames: Belady s Anomaly: more frames more page faults 9 page faults 0 page faults! 5 5 5

Number of page faults spcl.inf.ethz.ch FIFO showing Belady s Anomaly Number of frames

Optimal algorithm Replace page that will not be used for longest period of time frames example: 5 5 6 page faults 5 5 How do you know this? you can t! Used for measuring how well your algorithm performs

Optimal page replacement reference string: 7 0 0 0 0 0 7 0 page frames: 7 7 7 7 0 0 0 0 0 0 0 Here, 9 page faults.

Least Recently Used (LRU) algorithm Reference string: 5 5 5 5 5 Counter implementation Every page entry has a counter; every time page is referenced through this entry, copy the clock into the counter When a page needs to be changed, look at the counters to determine which are to change

LRU page replacement reference string: 7 0 0 0 0 0 7 0 page frames: 7 7 7 0 0 0 0 0 0 0 0 0 7 Here, page faults.

LRU stack algorithm Stack implementation keep a stack of page numbers in a double link form: Page referenced: move it to the top requires 6 pointers to be changed No search for replacement General term: stack algorithms Have property that adding frames always reduces page faults (no Belady s Anomaly)

Use a stack to record most recent page references 7 0 7 0 7 Reference string 0 7 7 0

LRU approximation algorithms Reference bit With each page associate a bit, initially = 0 When page is referenced bit set to Replace a page which is 0 (if one exists) We do not know the order, however Second chance Need reference bit Clock replacement If page to be replaced (in clock order) has reference bit = then: set reference bit 0 leave page in memory replace next page (in clock order), subject to same rules

spcl.inf.ethz.ch Second-chance (clock) page replacement algorithm Next victim ( clock hand ) 0 0 0 Circular queue of pages Reference bits

spcl.inf.ethz.ch Second-chance (clock) page replacement algorithm 0 Next victim ( clock hand ) 0 0 Circular queue of pages Reference bits

spcl.inf.ethz.ch Second-chance (clock) page replacement algorithm 0 0 Next victim ( clock hand ) 0 0 Circular queue of pages Reference bits

spcl.inf.ethz.ch Second-chance (clock) page replacement algorithm 0 0 Next victim ( clock hand ) 0 0 0 Circular queue of pages Reference bits

Frame allocation policies (multi-process) spcl.inf.ethz.ch

Allocation of frames Each process needs minimum number of pages Example: IBM 70 6 pages to handle SS MOVE instruction: instruction is 6 bytes, might span pages pages to handle from pages to handle to Two major allocation schemes fixed allocation priority allocation

Fixed allocation Equal allocation all processes get equal share Proportional allocation allocate according to the size of process s i S m total number of frames a i size of process s i allocation for p p i i si m S m s s a a 6 0 7 0 6 5 7 7 6 59 7

Priority allocation Proportional allocation scheme Using priorities rather than size If process P i generates a page fault, select:. one of its frames, or. frame from a process with lower priority

Global vs. local allocation Global replacement process selects a replacement frame from the set of all frames; one process can take a frame from another Local replacement each process selects from only its own set of allocated frames

Thrashing If a process does not have enough pages, the pagefault rate is very high. This leads to: low CPU utilization operating system thinks that it needs to increase the degree of multiprogramming another process added to the system Thrashing a process is busy swapping pages in and out Source: wikipedia

Useful CPU utilization spcl.inf.ethz.ch Thrashing Thrashing begins! Demand for virtual memory (e.g., more procs)

Demand paging and thrashing Why does demand paging work? Locality model Process migrates from one locality to another Localities may overlap Why does thrashing occur? size of localities > total memory size

Locality in a memory reference pattern spcl.inf.ethz.ch

Working-set model working-set window a fixed maximum number of page references Example: 0,000 instruction WSS i (working set of process P i ) = total number of pages referenced in the most recent (varies in time) too small will not encompass entire locality too large will encompass several localities = will encompass entire program

Allocate demand frames D = WSS i total demand frames Intuition: how much space is really needed D > m Thrashing Policy: if D > m, suspend some processes

Working-set model Page reference string:... 6 5 7 7 7 7 5 6... WS(t ) = {,,5,6,7} t WS(t ) = {,} t

Keeping track of the working set Approximate with interval timer + a reference bit Example: = 0,000 Timer interrupts after every 5,000 time units Keep in memory bits for each page Whenever a timer interrupts shift+copy and sets the values of all reference bits to 0 If one of the bits in memory = page in working set Why is this not completely accurate? Hint: Nyquist-Shannon!

Keeping track of the working set Approximate with interval timer + a reference bit Example: = 0,000 Timer interrupts after every 5000 time units Keep in memory bits for each page Whenever a timer interrupts shift+copy and sets the values of all reference bits to 0 If one of the bits in memory = page in working set Why is this not completely accurate? Improvement = 0 bits and interrupt every,000 time units

Rate of page faults spcl.inf.ethz.ch Page-fault frequency scheme Establish acceptable page-fault rate If actual rate too low, process loses frame If actual rate too high, process gains frame Increase number of frames Upper bound Lower bound Number of frames Decrease number of frames