• Andrew Vagin's avatar
    test: clean up pages immediately after restore · 80ed2f39
    Andrew Vagin authored
    We see big load-avarage for the CRIU-iter job, because the host is
    writing images for the maps04 test. If we will remove images after retore,
    they will live in a page cache. Curretly we collect images for three
    iterations and their size is too big to live in a cache.
    
    [root@jenkins workspace]# time bash test/zdtm.sh  -i 3 ns/static/maps04
    real	2m23.765s
    user	0m0.719s
    sys	0m4.006s
    [root@jenkins workspace]# time bash test/zdtm.sh -C -i 3 ns/static/maps04
    real	1m34.884s
    user	0m0.200s
    sys	0m4.191s
    Signed-off-by: 's avatarAndrew Vagin <avagin@openvz.org>
    Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
    80ed2f39
zdtm.sh 21 KB