- vSphere High Performance Cookbook(Second Edition)
- Kevin Elder Christopher Kusek Prasenjit Sarkar
- 153字
- 2021-07-02 20:59:54
CPU performance best practices
CPU virtualization adds varying amounts of overhead. Because of this, you may need to fine-tune the CPU performance and need to know what the standard best practices are.
The following are the standard CPU performance best practices:
- You need to avoid using SMP VMs unless it is required by the application running inside the guest OS. This means if the application is not multithreaded, then there is no benefit of using the SMP VM.
- You should prioritize VM CPU usage with a proportional share algorithm.
- Use Distributed Resource Scheduler (DRS) and vMotion to redistribute VMs and reduce contention.
- Use the latest available virtual hardware for the VMs.
- Reduce the number of VMs running on a single host. This way, you can not only reduce contention, but also reduce the fault domain configuration.
- You should leverage the application-tuning guide from the vendor to tune your VMs for best performance.
推薦閱讀
- Java多線程編程實戰指南:設計模式篇(第2版)
- ASP.NET MVC4框架揭秘
- Android項目開發入門教程
- PostgreSQL 11從入門到精通(視頻教學版)
- Python貝葉斯分析(第2版)
- Go并發編程實戰
- Orchestrating Docker
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Shopify Application Development
- MySQL從入門到精通
- R語言編程基礎
- 面向對象程序設計教程(C#版)
- Kudu:構建高性能實時數據分析存儲系統
- QlikView for Finance
- SQL Server 2014從入門到精通