• Shakeel Butt's avatar
    kvm, mm: account kvm related kmem slabs to kmemcg · 46bea48a
    Shakeel Butt authored
    The kvm slabs can consume a significant amount of system memory
    and indeed in our production environment we have observed that
    a lot of machines are spending significant amount of memory that
    can not be left as system memory overhead. Also the allocations
    from these slabs can be triggered directly by user space applications
    which has access to kvm and thus a buggy application can leak
    such memory. So, these caches should be accounted to kmemcg.
    Signed-off-by: default avatarShakeel Butt <shakeelb@google.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    46bea48a
mmu.c 141 KB