On Thu, Aug 17, 2023 at 12:58 PM Lucas Karpinski lkarpins@redhat.com wrote:
Currently, not all kernel memory usage is being accounted for. This commit switches to using the kernel entry within memory.stat which already includes kernel_stack, pagetables, and slab. The kernel entry also includes vmalloc and other additional kernel memory use cases which were missing.
Signed-off-by: Lucas Karpinski lkarpins@redhat.com
Acked-by: Shakeel Butt shakeelb@google.com