mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
The larger the VM memory, the greater the memory pressure, and the greater the stop_dirty_log() overhead. Moving stop_dirty_log() outside the downtime period can reduce downtime. Signed-off-by: Jinrong Liang <cloudliang@tencent.com>