On Thu, May 29, 2014 at 05:31:42PM -0700, Linus Torvalds wrote: > On Thu, May 29, 2014 at 5:20 PM, Minchan Kim <minc...@kernel.org> wrote: > > > > I guess this part which avoid swapout in direct reclaim would be key > > if this patch were successful. But it could make anon pages rotate back > > into inactive's head from tail in direct reclaim path until kswapd can > > catch up. And kswapd kswapd can swap out anon pages from tail of inactive > > LRU so I suspect it could make side-effect LRU churning. > > Oh, it could make bad things happen, no question about that. > > That said, those bad things are what happens to shared mapped pages > today, so in that sense it's not new. But large dirty shared mmap's > have traditionally been a great way to really hurt out VM, so "it > should work as well as shared mapping pages" is definitely not a > ringing endorsement!
True. > > (Of course, *if* we can improve kswapd behavior for both swap-out and > shared dirty pages, that would then be a double win, so there is > _some_ argument for saying that we should aim to handle both kinds of > pages equally). Just an idea for preventing LRU churn. We can return back the pages to tail of inactive instead of head if it's not proper pages in this context and reclaimer uses the cursor as list_head instead of LRU head to scan victim page and record the cursor in somewhere like lruvec after shrinking is done. It makes VM code more complicated but is worthy to try if we approach that way. > > > Anyway, I will queue it into testing machine since Rusty's test is done. > > You could also try Dave's patch, and _not_ do my mm/vmscan.c part. Sure. While I write this, Rusty's test was crached so I will try Dave's patch, them yours except vmscan.c part. Thanks. > > Linus > > -- > To unsubscribe, send a message with 'unsubscribe linux-mm' in > the body to majord...@kvack.org. For more info on Linux MM, > see: http://www.linux-mm.org/ . > Don't email: <a href=mailto:"d...@kvack.org"> em...@kvack.org </a> -- Kind regards, Minchan Kim -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/