You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
draft(uffd,fc): balloon free-page-hinting + envd reclaim on pause
Adds a pre-pause guest reclaim step (sync + drop_caches + compact_memory +
fstrim, run via the existing envd Process service with Connect-Timeout-Ms)
and a virtio-balloon free-page-hinting drain to MADV_DONTNEED freed pages
out of the memfile before the snapshot.
The balloon is installed with FPH=true whenever FPR is on; both behaviors
are off by default and gated by separate LD flags (free-page-hinting,
reclaim-on-pause), so they can be flipped at runtime without rebuilding
templates.
0 commit comments