Re: Subject: [PATCH] [lmk] improve ANR produce rate caused by high io wait on android,create a thread for lowmem killer instead of usingkswapd

2013-01-17 Thread g...@kroah.com
On Fri, Dec 14, 2012 at 05:51:47PM +, Tu, Xiaobing wrote: > Resend to fix the typo issue. > > > Subject: [PATCH] [lmk] create a thread for low mem killer instead of using > kswapd > > Currently low mem killer is registered as a shrinker and will be > invoked by kswapd. Since low mem killer

Re: Subject: [PATCH] [lmk] improve ANR produce rate caused by high io wait on android,create a thread for lowmem killer instead of usingkswapd

2013-01-17 Thread g...@kroah.com
On Fri, Dec 14, 2012 at 05:51:47PM +, Tu, Xiaobing wrote: Resend to fix the typo issue. Subject: [PATCH] [lmk] create a thread for low mem killer instead of using kswapd Currently low mem killer is registered as a shrinker and will be invoked by kswapd. Since low mem killer and

Subject: [PATCH] [lmk] improve ANR produce rate caused by high io wait on android,create a thread for lowmem killer instead of usingkswapd

2012-12-14 Thread Tu, Xiaobing
Resend to fix the typo issue. Subject: [PATCH] [lmk] create a thread for low mem killer instead of using kswapd Currently low mem killer is registered as a shrinker and will be invoked by kswapd. Since low mem killer and kswapd has different criteria to invoke to work -- kswap wakes up when

Subject: [PATCH] [lmk] improve ANR produce rate caused by high io wait on android,create a thread for lowmem killer instead of usingkswapd

2012-12-14 Thread Tu, Xiaobing
Subject: [PATCH] [lmk] create a thread for low mem killer instead of using kswapd Currently low mem killer is registered as a shrinker and will be invoked by kswapd. Since low mem killer and kswapd has different criteria to invoke to work -- kswap wakes up when watermark of some certain order in

Subject: [PATCH] [lmk] improve ANR produce rate caused by high io wait on android,create a thread for lowmem killer instead of usingkswapd

2012-12-14 Thread Tu, Xiaobing
Subject: [PATCH] [lmk] create a thread for low mem killer instead of using kswapd Currently low mem killer is registered as a shrinker and will be invoked by kswapd. Since low mem killer and kswapd has different criteria to invoke to work -- kswap wakes up when watermark of some certain order in

Subject: [PATCH] [lmk] improve ANR produce rate caused by high io wait on android,create a thread for lowmem killer instead of usingkswapd

2012-12-14 Thread Tu, Xiaobing
Resend to fix the typo issue. Subject: [PATCH] [lmk] create a thread for low mem killer instead of using kswapd Currently low mem killer is registered as a shrinker and will be invoked by kswapd. Since low mem killer and kswapd has different criteria to invoke to work -- kswap wakes up when