- vSphere High Performance Cookbook(Second Edition)
- Kevin Elder Christopher Kusek Prasenjit Sarkar
- 148字
- 2021-07-02 20:59:50
How it works…
The CPU scheduler uses processor topology information to optimize the placement of vCPUs onto different sockets.
Cores within a single socket typically use a shared last-level cache. The use of a shared last-level cache can improve vCPU performance if the CPU is running memory-intensive workloads.
By default, the CPU scheduler spreads the load across all the sockets in under-committed systems. This improves performance by maximizing the aggregate amount of cache available to the running vCPUs. For such workloads, it can be beneficial to schedule all the vCPUs on the same socket, with a shared last-level cache, even when the ESXi host is under committed. In such scenarios, you can override the default behavior of the spreading vCPUs across packages by including the following configuration option in the VM's VMX configuration file: sched.cpu.vsmpConsolidate=TRUE. However, it is usually better to stick with the default behavior.
- DevOps入門與實踐
- Python Geospatial Development(Second Edition)
- 重學Java設計模式
- 軟件測試技術指南
- Swift細致入門與最佳實踐
- The DevOps 2.5 Toolkit
- Getting Started with Greenplum for Big Data Analytics
- Instant Nancy Web Development
- Visual Basic程序設計
- Managing Microsoft Hybrid Clouds
- C/C++代碼調試的藝術(第2版)
- Android熱門應用開發詳解
- Java基礎案例教程(第2版)
- Hands-On Artificial Intelligence with Unreal Engine
- Visual C++網絡編程教程(Visual Studio 2010平臺)