Presentation is loading. Please wait.

Presentation is loading. Please wait.

Memory Resource Management in VMware ESX Server By Carl A. Waldspurger Presented by Clyde Byrd III (some slides adapted from C. Waldspurger) EECS 582 –

Similar presentations


Presentation on theme: "Memory Resource Management in VMware ESX Server By Carl A. Waldspurger Presented by Clyde Byrd III (some slides adapted from C. Waldspurger) EECS 582 –"— Presentation transcript:

1 Memory Resource Management in VMware ESX Server By Carl A. Waldspurger Presented by Clyde Byrd III (some slides adapted from C. Waldspurger) EECS 582 – W161

2 Overview Background Memory Reclamation Page Sharing Memory Allocation Policies Related Work Conclusion EECS 582 – W162

3 Background Server consolidation needed Many physical servers underutilized Consolidate multiple workloads per machine Using Virtual Machines VMware ESX Server: a thin software layer designed to multiplex hardware resources efficiently among virtual machines Virtualizes the Intel IA-32 architecture Runs existing operating systems without modification EECS 582 – W163

4 ESX Server EECS 582 – W164

5 Memory Abstractions in ESX Terminology Machine address: actual hardware memory “Physical” address: a software abstraction used to provide the illusion of hard ware memory to a virtual machine Pmap: for each VM to translate “physical” page numbers (PPN) to machine page numbers (MPN) Shadow page tables: contain virtual-to-machine page mappings EECS 582 – W165

6 Memory Abstractions in ESX (cont.) EECS 582 – W166

7 Memory Reclamation Traditional approach Introduce another level of paging, moving some VM “physical” pages to a swap area on disk Disadvantages: Requires a meta-level page replacement policy Introduces performance Double paging problem EECS 582 – W167

8 Memory Reclamation (cont.) The hip approach: Implicit cooperation Coax guest into doing the page replacement Avoid meta-level policy decisions EECS 582 – W168

9 Ballooning EECS 582 – W169

10 Ballooning (cont.) EECS 582 – W1610 The black bars plot the performance when the VM is configured with main memory sizes ranging from 128 MB to 256 MB The gray bars plot the performance of the same VM configured with 256 MB, ballooned down to the specified size Throughput of a Linux VM running dbench with 40 clients

11 Ballooning (cont.) Ballooning is not available all the time: OS boot time, driver explicitly disabled Ballooning does not respond fast enough for certain situations Guest OS might have limitations to upper bound on balloon size EECS 582 – W1611

12 Page Sharing ESX Server exploits redundancy of data across VMs Multiple instances of the same guest OS can and do share some of the same data and applications Sharing across VMs can reduce total memory usage The system allows tries to share a page before swapping out pages EECS 582 – W1612

13 Page Sharing (cont.) Content-Based Page Sharing Identify page copies by their contents. Pages with identical contents can be shared regardless of when, where or how those contents were generated Background activity saves memory over time Advantages: Eliminates the need to modify, hook or even understanding guest OS code Able to identify more opportunities for sharing EECS 582 – W1613

14 Page Sharing (cont.) EECS 582 – W1614 Scan Candidate PPN

15 Page Sharing (cont.) EECS 582 – W1615 Successful Match

16 Page Sharing (cont.) EECS 582 – W1616

17 Memory Allocation policies ESX allows proportional memory allocation for VMs With maintained memory performance With VM isolation Admin configurable { min, max, shares } EECS 582 – W1617

18 Proportional allocation Resource rights are distributed to clients through TICKETS Clients with more tickets get more resources relative to the total resources in the system In overloaded situations client allocation degrades gracefully Proportional-share can be unfair, ESX uses an “idle memory tax” to be more reasonable EECS 582 – W1618

19 Idle Memory Tax Tax on idle memory Charge more for idle page than active page Idle-adjusted shares-per-page ratio Tax rate Explicit administrative parameter 0% is too unfair, 100% is too aggressive, 75% is the default High default rate Reclaim most idle memory Some buffer against rapid working-set increases EECS 582 – W1619

20 Idle Memory Tax (cont.) The tax rate specifies the max number of idle pages that can be reallocated to active clients When an idle paging client starts increasing its activity the pages can be reallocated back to full share ESX statistically samples pages in each VM to estimate active memory usage ESX by default samples 100 pages every 30 seconds EECS 582 – W1620

21 Idle Memory Tax (cont.) EECS 582 – W1621 Experiment: 2 VMs, 256 MB, same shares. VM1: Windows boot+idle. VM2:Linux boot+dbench. Solid: usage, Dotted:active. Change tax rate 0%  75% After: high tax. Redistribute VM1→VM2. VM1 reduced to min size. VM2 throughput improves 30%

22 Dynamic Reallocation ESX uses thresholds to dynamically allocate memory to VMs ESX has 4 levels from high, soft, hard and low The default levels are 6%, 4%, 2% and 1% ESX can block a VM above target allocations when levels are at low Rapid state fluctuations are prevented by changing back to higher level only after higher threshold is significantly exceeded EECS 582 – W1622

23 Dynamic Reallocation EECS 582 – W1623

24 I/O Page Remapping IA-32 supports PAE to address up to 64GB of memory over a 36bit address space ESX can remap “hot” pages in high “physical” memory addresses to lower machine addresses EECS 582 – W1624

25 Related Work Disco and Cellular Disco Virtualized servers to run multiple instances of IRIX Vmware Workstation Type 2 hypervisor; ESX is type 1 Self-paging of the Nemesis system Similar to Ballooning Requires applications to handle their own virtual memory operations Transparent page sharing work in Disco IBM’s MXT memory compression technology Hardware approach; but can be achieved through page sharing EECS 582 – W1625

26 Conclusion Key features Flexible dynamic partitioning Efficient support for overcommitted workloads Novel mechanisms Ballooning leverages guest OS algorithms Content-based page sharing Integrated policies Proportional-sharing with idle memory tax Dynamic reallocation EECS 582 – W1626


Download ppt "Memory Resource Management in VMware ESX Server By Carl A. Waldspurger Presented by Clyde Byrd III (some slides adapted from C. Waldspurger) EECS 582 –"

Similar presentations


Ads by Google