mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 11:31:14 +00:00
99694cf5c1
We now reply on the value from '/sys/kernel/mm/ksm/shared_pages' to validate our "--memory mergeable=on|off" option. For `mergeable=on`, we are expecting to see more 'shared_pages' reported by the kernel when we start more VMs with this option. For `mergeable=off`, we are expecting the 'shared_pages' value to be always 0, as we are assuming the rest of the system (in our CI) is not using mergeable memory. Fixes: #2138 Signed-off-by: Bo Chen <chen.bo@intel.com> |
||
---|---|---|
.. | ||
integration.rs |