- 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.
- 從零構建知識圖譜:技術、方法與案例
- JavaScript前端開發模塊化教程
- Visual FoxPro 程序設計
- Python神經網絡項目實戰
- C語言程序設計案例式教程
- Linux環境編程:從應用到內核
- Java Web應用開發技術與案例教程(第2版)
- Hands-On Enterprise Automation with Python.
- C/C++數據結構與算法速學速用大辭典
- Canvas Cookbook
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- Getting Started with JUCE
- INSTANT PLC Programming with RSLogix 5000
- R統計應用開發實戰
- Getting Started with Hazelcast