lkml.org 
[lkml]   [2009]   [Nov]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH] oom_kill: use rss value instead of vm size for badness
Date
> On Fri, 27 Nov 2009, Andrea Arcangeli wrote:
>
> > Ok I can see the fact by being dynamic and less predictable worries
> > you. The "second to last" tasks especially are going to be less
> > predictable, but the memory hog would normally end up accounting for
> > most of the memory and this should increase the badness delta between
> > the offending tasks (or tasks) and the innocent stuff, so making it
> > more reliable. The innocent stuff should be more and more paged out
> > from ram. So I tend to think it'll be much less likely to kill an
> > innocent task this way (as demonstrated in practice by your
> > measurement too), but it's true there's no guarantee it'll always do
> > the right thing, because it's a heuristic anyway, but even total_vm
> > doesn't provide guarantee unless your workload is stationary and your
> > badness scores are fixed and no virtual memory is ever allocated by
> > any task in the system and no new task are spawned.
> >
>
> The purpose of /proc/pid/oom_adj is not always to polarize the heuristic
> for the task it represents, it allows userspace to define when a task is
> rogue. Working with total_vm as a baseline, it is simple to use the
> interface to tune the heuristic to prefer a certain task over another when
> its memory consumption goes beyond what is expected. With this interface,
> I can easily define when an application should be oom killed because it is
> using far more memory than expected. I can also disable oom killing
> completely for it, if necessary. Unless you have a consistent baseline
> for all tasks, the adjustment wouldn't contextually make any sense. Using
> rss does not allow users to statically define when a task is rogue and is
> dependent on the current state of memory at the time of oom.
>
> I would support removing most of the other heuristics other than the
> baseline and the nodes intersection with mems_allowed to prefer tasks in
> the same cpuset, though, to make it easier to understand and tune.

I feel you talked about oom_adj doesn't fit your use case. probably you need
/proc/{pid}/oom_priority new knob. oom adjustment doesn't fit you.
you need job severity based oom killing order. severity doesn't depend on any
hueristic.
server administrator should know job severity on his system.

OOM heuristic should mainly consider desktop usage. because desktop user
doesn't change oom knob at all. and they doesn't know what deamon is important.
any userful heuristics have some dynamically aspect. we can't avoid it.

thought?




\
 
 \ /
  Last update: 2009-12-01 05:45    [W:0.159 / U:0.500 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site