- vSphere High Performance Cookbook(Second Edition)
- Kevin Elder Christopher Kusek Prasenjit Sarkar
- 140字
- 2021-07-02 20:59:55
How to do it…
Most likely, you don't need to do anything to enable Transparent Memory Page Sharing, as it is enabled by default on your ESXi hypervisor.
Memory ballooning is driven by the VMware Tools software, so you'll need it installed on all your VMs. It will load the vmmemctl driver, which is responsible for memory ballooning.
Perform the following steps if VMware Tools is not installed or is out of date:
- Log in to VMware vSphere Web Client.
- In the VM inventory, right-click on the VM, select Guest OS, then click on Install VMware Tools or Upgrade VMware Tools.
- Go to the VM Console and follow the onscreen instructions to install or upgrade it.
Similarly, host-level or hypervisor swapping is enabled by default. You don't need to perform any additional steps to enable it.
推薦閱讀
- Software Defined Networking with OpenFlow
- Go語言高效編程:原理、可觀測性與優化
- Visual FoxPro 程序設計
- CouchDB and PHP Web Development Beginner’s Guide
- Mastering Predictive Analytics with Python
- Jenkins Continuous Integration Cookbook(Second Edition)
- Scala程序員面試算法寶典
- Keras深度學習實戰
- Getting Started with React Native
- Android開發三劍客:UML、模式與測試
- C/C++數據結構與算法速學速用大辭典
- 零基礎C#學習筆記
- OpenCV 3.0 Computer Vision with Java
- Java EE 8 and Angular
- Python程序設計:基礎與實踐