John Sigler wrote:
My guess:
Something needs memory but finds there is none to be had
oom-killer is invoked and targets myapp.
myapp takes some time to die. Particularly, the memory it uses
isn't freed up instantly. In the meantime something else
needs memory and find none. (Another packet recei
Chris Friesen wrote:
Helge Hafting wrote:
My guess:
Something needs memory but finds there is none to be had
oom-killer is invoked and targets myapp.
myapp takes some time to die. Particularly, the memory it uses
isn't freed up instantly.
Has anyone considered actually bumping up the priorit
Helge Hafting wrote:
John Sigler wrote:
Andrea Arcangeli wrote:
On Wed, Jun 13, 2007 at 10:49:29AM +0200, John Sigler wrote:
Question 2: how can I tell which process or kernel thread was
hogging most of the RAM when the oom-killer kicked in?
Theoretically the one that was killed first bu
On Wed, Jun 13, 2007 at 09:10:33AM -0600, Chris Friesen wrote:
> Helge Hafting wrote:
>
> >My guess:
> >Something needs memory but finds there is none to be had
> >oom-killer is invoked and targets myapp.
> >myapp takes some time to die. Particularly, the memory it uses
> >isn't freed up instantly
Helge Hafting wrote:
My guess:
Something needs memory but finds there is none to be had
oom-killer is invoked and targets myapp.
myapp takes some time to die. Particularly, the memory it uses
isn't freed up instantly.
Has anyone considered actually bumping up the priority of the task being
ki
John Sigler wrote:
Andrea Arcangeli wrote:
On Wed, Jun 13, 2007 at 10:49:29AM +0200, John Sigler wrote:
Question 2: how can I tell which process or kernel thread was
hogging most of the RAM when the oom-killer kicked in?
Theoretically the one that was killed first but not for sure in
curren
Andrea Arcangeli wrote:
On Wed, Jun 13, 2007 at 10:49:29AM +0200, John Sigler wrote:
Question 2: how can I tell which process or kernel thread was hogging
most of the RAM when the oom-killer kicked in?
Theoretically the one that was killed first but not for sure in
current mainline hence see
On Wed, Jun 13, 2007 at 10:49:29AM +0200, John Sigler wrote:
> Question 1: why isn't this output picked up by klogd and sent to the
> appropriate file (kern.log in my case)?
I guess not a question for lkml, most distros uses syslog-ng anyway.
> Question 2: how can I tell which process or kernel
Hello,
I have a problem with an app I wrote: after it has run for a long time
(sometimes 10-15 hours, sometimes several days) the oom-killer kicks in
and snipes most processes in the system.
(My process runs in SCHED_RR.)
There is a good probability that there is a memory leak in my app, but
9 matches
Mail list logo