Re: [patch 0/9] mm: thrash detection-based file cache sizing v3

2013-08-12 Thread Johannes Weiner
On Fri, Aug 09, 2013 at 03:53:09PM -0700, Andrew Morton wrote: > On Tue, 6 Aug 2013 18:44:01 -0400 Johannes Weiner wrote: > > > This series solves the problem by maintaining a history of pages > > evicted from the inactive list, enabling the VM to tell streaming IO > > from thrashing and rebalan

Re: [patch 0/9] mm: thrash detection-based file cache sizing v3

2013-08-09 Thread Andrew Morton
On Tue, 6 Aug 2013 18:44:01 -0400 Johannes Weiner wrote: > This series solves the problem by maintaining a history of pages > evicted from the inactive list, enabling the VM to tell streaming IO > from thrashing and rebalance the page cache lists when appropriate. Looks nice. The lack of testin