Re: [PATCH 4/5] mm, oom_reaper: report success/failure

From: David Rientjes
Date: Thu Feb 04 2016 - 17:31:33 EST


On Thu, 4 Feb 2016, Michal Hocko wrote:

> > I think it would be helpful to show anon-rss after reaping, however, so we
> > can compare to the previous anon-rss that was reported. And, I agree that
> > leaving behind a message in the kernel log that reaping has been
> > successful is worthwhile. So this line should just show what anon-rss is
> > after reaping and make it clear that this is not the memory reaped.
>
> Does
> "oom_reaper: reaped process %d (%s) current memory anon-rss:%lukB, file-rss:%lukB, shmem-rss:%lukB "
>
> sound any better?

oom_reaper: reaped process %d (%s), now anon-rss:%lukB

would probably be better until additional support is added to do other
kinds of reaping other than just primarily heap. This should help to
quantify the exact amount of memory that could be reaped (or otherwise
unmapped) iff oom_reaper has to get involved rather than fluctations that
have nothing to do with it.