[android-kernel] Re: OOM Kill Limit

2009-10-12 Thread Dianne Hackborn
The kernel log will print messages as the android low memory killer is running, such as: <4>[46467.841278] select 1215 (app_process), adj 15, size 3265, to kill <4>[46467.848052] select 1319 (app_process), adj 15, size 3279, to kill <4>[46467.854583] select 1368 (app_process), adj 15, size 3286, t

[android-kernel] Re: OOM Kill Limit

2009-10-12 Thread Anthony
I'm not sure. Is there a way to check on a running phone via a shell? Otherwise, I guess I can sprinkle some printk's in the lowmemorykiller.c. Thanks On Oct 12, 1:27 pm, Dianne Hackborn wrote: > The limits are set with init.irc.  Note that the default limits for level 14 > and 15 are quite hig

[android-kernel] Re: OOM Kill Limit

2009-10-12 Thread Dianne Hackborn
The limits are set with init.irc. Note that the default limits for level 14 and 15 are quite hight, so if the problem is just the limits it means the working set for your build of Android is significantly larger than that of the stock system. Have you made sure that you have the android out of me