- 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.
- JavaScript修煉之道
- Learning Docker
- Vue.js 3.0源碼解析(微課視頻版)
- 軟件工程
- Java項(xiàng)目實(shí)戰(zhàn)精編
- QGIS By Example
- 焊接機(jī)器人系統(tǒng)操作、編程與維護(hù)
- Scala Reactive Programming
- Java語言程序設(shè)計(jì)教程
- Python:Deeper Insights into Machine Learning
- Oracle數(shù)據(jù)庫編程經(jīng)典300例
- Python預(yù)測分析與機(jī)器學(xué)習(xí)
- Java程序設(shè)計(jì)入門(第2版)
- CISSP in 21 Days(Second Edition)
- C#.NET程序設(shè)計(jì)