• 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
Name
Last commit
Last update
..
app-emu Loading commit data...
bers Loading commit data...
ext-links Loading commit data...
fault-injection Loading commit data...
jenkins Loading commit data...
libcriu Loading commit data...
mem-snap Loading commit data...
mounts Loading commit data...
rpc Loading commit data...
security Loading commit data...
tcp Loading commit data...
unix-callback Loading commit data...
zdtm Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
app-emu.sh Loading commit data...
env.sh Loading commit data...
functions.sh Loading commit data...
maps.py Loading commit data...
post-dump.sh Loading commit data...
zdtm.sh Loading commit data...
zdtm_ct.c Loading commit data...
zdtm_mount_cgroups Loading commit data...