- vSphere High Performance Cookbook(Second Edition)
- Kevin Elder Christopher Kusek Prasenjit Sarkar
- 142字
- 2021-07-02 20:59:56
There's more…
The basic cause of host-level swapping is memory overcommitment from running memory-intensive VMs whose combined configured memory is greater than the amount of host physical memory available.
To resolve this problem, consider the following factors:
- Reduce the level of memory overcommitment (for example, reduce oversized VMs and add more memory where necessary, add more hosts to the cluster if necessary, and so on).
- Enable the balloon driver in all the VMs by installing VMware Tools.
- Reduce memory reservations. This will be covered in Chapter 5, vSphere Cluster Design.
- Use resource controls (Shares, Reservations, and Limits) with careful understanding and planning to reduce memory contention on the most critical VMs.
Note that this will not reduce the total memory contention on this host, but it will allow you to mitigate the risk to the performance of your most important VMs.
推薦閱讀
- iOS面試一戰到底
- 我的第一本算法書
- Java虛擬機字節碼:從入門到實戰
- Python機器學習算法: 原理、實現與案例
- C語言從入門到精通
- Advanced Express Web Application Development
- 零基礎學C語言(升級版)
- 網絡數據采集技術:Java網絡爬蟲實戰
- Learning Splunk Web Framework
- Learning ROS for Robotics Programming
- Practical Time Series Analysis
- 秒懂算法:用常識解讀數據結構與算法
- 流暢的Python
- SQL Server 2012數據庫管理與開發(慕課版)
- R Data Visualization Cookbook