https://bugs.kde.org/show_bug.cgi?id=507011
--- Comment #4 from Ellie <[email protected]> --- Here is some more information: https://unix.stackexchange.com/questions/797974/how-to-find-out-a-processs-proportional-use-of-system-wide-committed-as-memory An approximate value that doesn't take sharing into account seems to be VmSize, and a proportional one seems to be to go through /proc/*/smem and add up all the ranges for a single process, but then for the shared mapping, divide them by the number of other processes also using them. -- You are receiving this mail because: You are watching all bug changes.
