login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
December
»
7
Re: [PATCH v4 3/7] move memcg reclaimable page into tail of inactive list
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Minchan Kim
Subject:
Re: [PATCH v4 3/7] move memcg reclaimable page into tail of inactive list
Date: Monday, December 6, 2010 - 5:17 pm
On Mon, Dec 6, 2010 at 12:04 PM, Rik van Riel <riel@redhat.com> wrote:
quoted text
> On 12/05/2010 12:29 PM, Minchan Kim wrote: >> >> Golbal page reclaim moves reclaimalbe pages into inactive list >> to reclaim asap. This patch apply the rule in memcg. >> It can help to prevent unnecessary working page eviction of memcg. > > The patch is right, but the description is wrong. > > The rotate_reclaimable_page function moves just written out > pages, which the VM wanted to reclaim, to the end of the > inactive list. That way the VM will find those pages first > next time it needs to free memory.
Will fix.
quoted text
> >> Cc: Balbir Singh<balbir@linux.vnet.ibm.com> >> Cc: KAMEZAWA Hiroyuki<kamezawa.hiroyu@jp.fujitsu.com> >> Cc: Rik van Riel<riel@redhat.com> >> Cc: KOSAKI Motohiro<kosaki.motohiro@jp.fujitsu.com> >> Signed-off-by: Minchan Kim<minchan.kim@gmail.com> > > Reviewed-by: Rik van Riel <riel@redhat.com>
Thanks, Rik.
quoted text
> > -- > All rights reversed >
-- Kind regards, Minchan Kim --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH v4 0/7] f/madivse(DONTNEED) support
, Minchan Kim
, (Sun Dec 5, 10:29 am)
[PATCH v4 1/7] Fix checkpatch's report in swap.c
, Minchan Kim
, (Sun Dec 5, 10:29 am)
[PATCH v4 2/7] deactivate invalidated pages
, Minchan Kim
, (Sun Dec 5, 10:29 am)
[PATCH v4 3/7] move memcg reclaimable page into tail of in ...
, Minchan Kim
, (Sun Dec 5, 10:29 am)
[PATCH v4 4/7] Reclaim invalidated page ASAP
, Minchan Kim
, (Sun Dec 5, 10:29 am)
[PATCH v4 5/7] add profile information for invalidated pag ...
, Minchan Kim
, (Sun Dec 5, 10:29 am)
[PATCH v4 6/7] Remove zap_details NULL dependency
, Minchan Kim
, (Sun Dec 5, 10:29 am)
[PATCH v4 7/7] Prevent activation of page in madvise_dontneed
, Minchan Kim
, (Sun Dec 5, 10:29 am)
Re: [PATCH v4 3/7] move memcg reclaimable page into tail o ...
, KAMEZAWA Hiroyuki
, (Sun Dec 5, 5:04 pm)
Re: [PATCH v4 1/7] Fix checkpatch's report in swap.c
, Rik van Riel
, (Sun Dec 5, 6:47 pm)
Re: [PATCH v4 3/7] move memcg reclaimable page into tail o ...
, Rik van Riel
, (Sun Dec 5, 8:04 pm)
Re: [PATCH v4 5/7] add profile information for invalidated ...
, Rik van Riel
, (Sun Dec 5, 8:24 pm)
Re: [PATCH v4 6/7] Remove zap_details NULL dependency
, Rik van Riel
, (Sun Dec 5, 8:25 pm)
Re: [PATCH v4 3/7] move memcg reclaimable page into tail o ...
, Balbir Singh
, (Sun Dec 5, 8:34 pm)
Re: [PATCH v4 2/7] deactivate invalidated pages
, Mel Gorman
, (Mon Dec 6, 7:53 am)
Re: [PATCH v4 3/7] move memcg reclaimable page into tail o ...
, Minchan Kim
, (Mon Dec 6, 5:17 pm)
Re: [PATCH v4 3/7] move memcg reclaimable page into tail o ...
, Minchan Kim
, (Mon Dec 6, 5:20 pm)
Re: [PATCH v4 6/7] Remove zap_details NULL dependency
, Hugh Dickins
, (Mon Dec 6, 9:26 pm)
Re: [PATCH v4 7/7] Prevent activation of page in madvise_d ...
, Hugh Dickins
, (Mon Dec 6, 9:48 pm)
Re: [PATCH v4 6/7] Remove zap_details NULL dependency
, Minchan Kim
, (Mon Dec 6, 10:30 pm)
Re: [PATCH v4 7/7] Prevent activation of page in madvise_d ...
, Minchan Kim
, (Mon Dec 6, 10:44 pm)
Re: [PATCH v4 1/7] Fix checkpatch's report in swap.c
, Johannes Weiner
, (Tue Dec 7, 7:37 am)
Re: [PATCH v4 2/7] deactivate invalidated pages
, Johannes Weiner
, (Tue Dec 7, 7:49 am)
Re: [PATCH v4 3/7] move memcg reclaimable page into tail o ...
, Johannes Weiner
, (Tue Dec 7, 7:52 am)
Re: [PATCH v4 4/7] Reclaim invalidated page ASAP
, Johannes Weiner
, (Tue Dec 7, 8:05 am)
Re: [PATCH v4 2/7] deactivate invalidated pages
, Minchan Kim
, (Tue Dec 7, 8:07 am)
Re: [PATCH v4 2/7] deactivate invalidated pages
, Johannes Weiner
, (Tue Dec 7, 8:19 am)
Re: [PATCH v4 4/7] Reclaim invalidated page ASAP
, Minchan Kim
, (Tue Dec 7, 8:21 am)
Re: [PATCH v4 2/7] deactivate invalidated pages
, Minchan Kim
, (Tue Dec 7, 8:26 am)
Re: [PATCH v4 2/7] deactivate invalidated pages
, Johannes Weiner
, (Tue Dec 7, 8:56 am)
Re: [PATCH v4 2/7] deactivate invalidated pages
, Minchan Kim
, (Tue Dec 7, 3:51 pm)
Re: [PATCH v4 2/7] deactivate invalidated pages
, KAMEZAWA Hiroyuki
, (Tue Dec 7, 5:56 pm)
Re: [PATCH v4 2/7] deactivate invalidated pages
, Minchan Kim
, (Tue Dec 7, 6:43 pm)
Re: [PATCH v4 2/7] deactivate invalidated pages
, KAMEZAWA Hiroyuki
, (Tue Dec 7, 6:56 pm)
Re: [PATCH v4 2/7] deactivate invalidated pages
, Minchan Kim
, (Tue Dec 7, 7:15 pm)
Re: [PATCH v4 2/7] deactivate invalidated pages
, Balbir Singh
, (Tue Dec 7, 11:56 pm)
Re: [PATCH v4 7/7] Prevent activation of page in madvise_d ...
, Hugh Dickins
, (Wed Dec 8, 12:26 am)
Re: [PATCH v4 7/7] Prevent activation of page in madvise_d ...
, Minchan Kim
, (Wed Dec 8, 12:55 am)
Re: [PATCH v4 5/7] add profile information for invalidated ...
, KOSAKI Motohiro
, (Wed Dec 8, 1:02 am)
Re: [PATCH v4 4/7] Reclaim invalidated page ASAP
, KOSAKI Motohiro
, (Wed Dec 8, 1:04 am)
Re: [PATCH v4 3/7] move memcg reclaimable page into tail o ...
, KOSAKI Motohiro
, (Wed Dec 8, 1:08 am)
Re: [PATCH v4 5/7] add profile information for invalidated ...
, Minchan Kim
, (Wed Dec 8, 1:13 am)
Re: [PATCH v4 4/7] Reclaim invalidated page ASAP
, Minchan Kim
, (Wed Dec 8, 1:16 am)
Re: [PATCH v4 5/7] add profile information for invalidated ...
, KOSAKI Motohiro
, (Wed Dec 8, 1:36 am)
Re: [PATCH v4 4/7] Reclaim invalidated page ASAP
, Ben Gamari
, (Wed Dec 8, 6:01 am)
Re: [PATCH v4 4/7] Reclaim invalidated page ASAP
, Minchan Kim
, (Wed Dec 8, 4:10 pm)
Re: [PATCH v4 2/7] deactivate invalidated pages
, Minchan Kim
, (Wed Dec 8, 5:19 pm)
Re: [PATCH v4 4/7] Reclaim invalidated page ASAP
, Minchan Kim
, (Mon Dec 13, 8:31 am)
Re: [PATCH v4 4/7] Reclaim invalidated page ASAP
, Ben Gamari
, (Mon Dec 13, 1:06 pm)
Re: [PATCH v4 4/7] Reclaim invalidated page ASAP
, KAMEZAWA Hiroyuki
, (Mon Dec 13, 7:07 pm)
Re: [PATCH v4 4/7] Reclaim invalidated page ASAP
, Minchan Kim
, (Mon Dec 13, 7:34 pm)
Re: [PATCH v4 4/7] Reclaim invalidated page ASAP
, Minchan Kim
, (Mon Dec 13, 7:36 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 041/196] kobject: add kobject_init_and_add function
Lukas Hejtmanek
Re: Another libata error related to OCZ SSD
Greg Kroah-Hartman
[PATCH 023/196] MCP_UCB1200: Convert from class_device to device
Florian Fainelli
Re: System clock runs too fast after 2.6.27 -> 2.6.28.1 upgrade
Christoph Lameter
[patch 1/4] mmu_notifier: Core code
git
:
Johannes Schindelin
Re: [PATCH 1/2] Add strbuf_initf()
John Bito
[EGIT] Push to GitHub caused corruption
Jakub Narebski
Re: [PATCH 0/2] gitweb: patch view
Junio C Hamano
Re: [PATCH] When a remote is added but not fetched, tell the user.
Andy Parkins
Re: [RFC] Submodules in GIT
git-commits-head
:
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
Linux Kernel Mailing List
V4L/DVB (11086): au0828: rename macro for currently non-function VBI support
Linux Kernel Mailing List
ceph: client types
Linux Kernel Mailing List
ceph: on-wire types
Linux Kernel Mailing List
crypto: chainiv - Use kcrypto_wq instead of keventd_wq
linux-netdev
:
Andrew Morton
Re: [Bugme-new] [Bug 14969] New: b44: WOL does not work in suspended state
Giuseppe CAVALLARO
Re: [PATCH 03/13] stmmac: add the new Header file for stmmac platform data
Taku Izumi
[PATCH 3/3] ixgbe: add registers etc. printout code just before resetting adapters
Eric Dumazet
rps: some comments
Thomas Gleixner
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
openbsd-misc
:
Stephan Andreas
problems with login after xlock in OpenBSD release 4.7
pmc
Make A Change. Alcoholism and Drug Addiction Treatment
ropers
Re: what exactly is enc0?
Fuad NAHDI
Re: What does your environment look like?
Matthew Szudzik
Typo on OpenBSD 4.4 CD Set
Colocation donated by:
Syndicate