On 2016/2/18 15:55, Figo.zhang wrote:
>
>
> 2016-02-17 8:35 GMT+08:00 David Rientjes <mailto:rient...@google.com>>:
>
> On Tue, 16 Feb 2016, Greg Kroah-Hartman wrote:
>
> > On Tue, Feb 16, 2016 at 05:37:05PM +0800, Xishi Qiu wrote:
> > >
On 2016/2/17 8:35, David Rientjes wrote:
> On Tue, 16 Feb 2016, Greg Kroah-Hartman wrote:
>
>> On Tue, Feb 16, 2016 at 05:37:05PM +0800, Xishi Qiu wrote:
>>> Currently tasksize in lowmem_scan() only calculate rss, and not include
>>> swap.
>>> But usually
On 2016/2/17 8:35, David Rientjes wrote:
> On Tue, 16 Feb 2016, Greg Kroah-Hartman wrote:
>
>> On Tue, Feb 16, 2016 at 05:37:05PM +0800, Xishi Qiu wrote:
>>> Currently tasksize in lowmem_scan() only calculate rss, and not include
>>> swap.
>>> But usually
Currently tasksize in lowmem_scan() only calculate rss, and not include swap.
But usually smart phones enable zram, so swap space actually use ram.
Signed-off-by: Xishi Qiu
---
drivers/staging/android/lowmemorykiller.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a