We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c124d15 + 2485af8 commit a015bd0Copy full SHA for a015bd0
ocaml/xapi/monitor_dbcalls.ml
@@ -165,6 +165,7 @@ let pifs_and_memory_update_fn xc =
165
if (Db.VM.get_resident_on ~__context ~self:vm =
166
Helpers.get_localhost ~__context)
167
then Db.VM_metrics.set_memory_actual ~__context ~self:vmm ~value:memory
168
+ else clear_cache_for_vm uuid
169
) vm_memory_changes;
170
Monitor_master.update_pifs ~__context host pif_changes;
171
let localhost = Helpers.get_localhost ~__context in
0 commit comments