[CRIU] [PATCH 0/11] Do not remap vmas when not needed
    Pavel Emelyanov 
    xemul at virtuozzo.com
       
    Fri May  5 09:01:09 PDT 2017
    
    
  
Hi,
My recent experiment with restore performance showed that we spend too much
time remapping vmas that have been previously mapped into premap area. The
total remap time is on the top-2 list (the slowest time was pread restoring
7M of memory).
However, premapping vmas is only needed when we have several tasks and need
to cow pages. In all other cases memory can be tried to restored in-place.
This patch does so (sometimes).
-- Pavel
    
    
More information about the CRIU
mailing list