https://bugs.kde.org/show_bug.cgi?id=496654

--- Comment #1 from Arjen Hiemstra <ahiems...@heimr.nl> ---
It sounds like you might be running into some kind of kernel memory leak.
You'll want to start with looking at `/proc/meminfo`, which is the file we use
for reading global memory info. "Free" memory is the "MemAvailable" field in
this file, while "Used" is calculated as "MemTotal - MemAvailable".

There are a bunch more fields in that file that may be relevant for your
specific issue. For example, "Slab", "SReclaimable" and "SUnreclaim" indicate
total memory allocated by the kernel's Slab allocator and how much of that can
be reclaimed and how much can't be reclaimed. The Slab allocated memory is
memory that is not available to applications, so it is not listed in the
process view.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to