• M
    qemu: Set reasonable RSS limit on domain startup · addeb7cd
    Michal Privoznik 提交于
    If there's a memory leak in qemu or qemu is exploited the host's
    system will sooner or later start trashing instead of killing
    the bad process. This however has impact on performance and other
    guests as well. Therefore we should set a reasonable RSS limit
    even when user hasn't set any. It's better to be secure by default.
    addeb7cd
qemu_cgroup.c 21.3 KB