Comment 3 for bug 1301124

Revision history for this message
Paul Larson (pwlars) wrote :

One possibility is that it's because we have smem measuring PSS, which gives us not only the memory used by that running process itself, but also it's relative "proportion" of shared libs. On the low end, if there are lots of other things using the same shared libs then you could get a low PSS, but if not, then your process suddenly becomes responsible for most or all of it.