lkml.org 
[lkml]   [2017]   [Oct]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RESEND v12 0/6] cgroup-aware OOM killer
On Thu, Oct 26, 2017 at 02:03:41PM -0700, David Rientjes wrote:
> On Thu, 26 Oct 2017, Johannes Weiner wrote:
>
> > > The nack is for three reasons:
> > >
> > > (1) unfair comparison of root mem cgroup usage to bias against that mem
> > > cgroup from oom kill in system oom conditions,
> > >
> > > (2) the ability of users to completely evade the oom killer by attaching
> > > all processes to child cgroups either purposefully or unpurposefully,
> > > and
> > >
> > > (3) the inability of userspace to effectively control oom victim
> > > selection.
> >
> > My apologies if my summary was too reductionist.
> >
> > That being said, the arguments you repeat here have come up in
> > previous threads and been responded to. This doesn't change my
> > conclusion that your NAK is bogus.
> >
>
> They actually haven't been responded to, Roman was working through v11 and
> made a change on how the root mem cgroup usage was calculated that was
> better than previous iterations but still not an apples to apples
> comparison with other cgroups. The problem is that it the calculation for
> leaf cgroups includes additional memory classes, so it biases against
> processes that are moved to non-root mem cgroups. Simply creating mem
> cgroups and attaching processes should not independently cause them to
> become more preferred: it should be a fair comparison between the root mem
> cgroup and the set of leaf mem cgroups as implemented. That is very
> trivial to do with hierarchical oom cgroup scoring.
>
> Since the ability of userspace to control oom victim selection is not
> addressed whatsoever by this patchset, and the suggested method cannot be
> implemented on top of this patchset as you have argued because it requires
> a change to the heuristic itself, the patchset needs to become complete
> before being mergeable.

Hi David!

The thing is that the hierarchical approach (as in v8), which are you pushing,
has it's own limitations, which we've discussed in details earlier. There are
reasons why v12 is different, and we can't really simple go back. I mean if
there are better ideas how to resolve concerns raised in discussions around v8,
let me know, but ignoring them is not an option.

From my point of view, an idea of selecting the biggest memcg tree-wide is
perfectly fine, as far as it possible to group memcgs in OOM domains.
As in v12, it can be done by setting the memory.oom_group knob.
It's perfectly possible to extend this by adding an ability to continue OOM
victim selection in the selected memcg instead of killing all belonging tasks,
as far as a practical need arises.

The way how we evaluate the root memory cgroup isn't as important as the
question how we compare cgroups in the hierarchy. So even if the hierarchical
approach allows to implement fairer comparison, it's not a reason to choose it.
Just because there are more serious concerns, discussed earlier.

Thanks!

\
 
 \ /
  Last update: 2017-10-28 20:17    [W:0.179 / U:1.272 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site