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

--- Comment #1 from Henry Hu <henry.hu...@gmail.com> ---
I think the 'application' memory is also wrong. This is traced to an integer
overflow: it's computed with (inactive pages + active pages) * page_size; page
counts are in uint32_t, but we need to do the computation in uint64_t at least.

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

Reply via email to