- vSphere High Performance Cookbook(Second Edition)
- Kevin Elder Christopher Kusek Prasenjit Sarkar
- 229字
- 2021-07-02 21:00:00
How it works…
Sometimes, you may see that Consumed Host Memory is greater than Active Guest Memory. The reason for this is that for physical hosts that are not overcommitted on memory, Consumed Host Memory represents the highest amount of memory usage by a VM. It is possible that in the past, this VM was actively using a very large amount of memory.
Because the host physical memory is not overcommitted, there is no reason for the hypervisor to invoke ballooning or host-level swapping to reclaim memory. Therefore, you can find the VM in a situation where its active guest memory use is low, but the amount of host physical memory assigned to it is high. This is a perfectly normal situation, so there is nothing to be concerned about.
If the Consumed Host Memory is less than or equal to active guest memory, this might be because the active guest memory of a virtual machine might not completely reside in the host physical memory. This might occur if a guest's Active Memory has been reclaimed by the balloon driver, or if the VM has been swapped out by the hypervisor. In both cases, this is probably due to high memory overcommitment.
- PHP基礎案例教程
- 人臉識別原理及算法:動態人臉識別系統研究
- C#程序設計
- Python:Master the Art of Design Patterns
- VMware虛擬化技術
- Learning Concurrency in Kotlin
- Julia for Data Science
- Couchbase Essentials
- Java圖像處理:基于OpenCV與JVM
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- Hands-On Robotics Programming with C++
- Functional Python Programming
- 從“1”開始3D編程
- 企業級Java現代化:寫給開發者的云原生簡明指南
- Building Microservices with Go