Re: [PATCH -mm 00/16] VM pageout scalability improvements (V8)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: KAMEZAWA Hiroyuki
Date: Tuesday, May 27, 2008 - 6:12 pm

On Tue, 27 May 2008 11:54:02 -0400
Lee Schermerhorn <Lee.Schermerhorn@hp.com> wrote:

In my understanding, 2 checks we have to do.

1. When memcg finds PG_noreclaim page in its LRU, move it to noreclaim list of
   memcg.
2. When PG_noreclaim page is moved back to generic LRU, memcg should move
   it on its list. (we have to add a hook somewhere.)

But this may break current 'loose' synchronization between global LRU and
memcg's LRU. When PG_noreclaim page is put back into active/inactive LRU ?

concerns are
A. how to implement '2'
B. race condtions.

But maybe we don't have to write a big patch.

Thanks,
-Kame

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH -mm 00/16] VM pageout scalability improvements (V8), KAMEZAWA Hiroyuki, (Tue May 27, 6:12 pm)
Re: [RFC PATCH] No Reclaim LRU Infrastructure enhancement ..., Daisuke Nishimura, (Thu May 29, 4:14 am)