Linked by cloud on Sat 27th Oct 2012 01:05 UTC
Thread beginning with comment 540307
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[4]: lie-nux at it again.
by Laurence on Sun 28th Oct 2012 11:48
in reply to "RE[3]: lie-nux at it again."
Not quite true, that's what Linux should do.
What Linux usually does (unless vm.oom_kill_allocating_task is set to 1) is attempt to kill programs that look like memory hogs, using some kind of heuristic. In my experience, that heuristic knocks out the offending program about half the time... The other half the time, it knocks out X.
I stand corrected. Thank you




Member since:
2006-05-23
If Linux gets exhausted of RAM, then the requesting application is killed and an OOE (out of memory exception) raised in the event logs.
What Linux usually does (unless vm.oom_kill_allocating_task is set to 1) is attempt to kill programs that look like memory hogs, using some kind of heuristic.
Not quite true, that's what Linux should do.
In my experience, that heuristic knocks out the offending program about half the time... The other half the time, it knocks out X.