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
:
Eric Sandeen
Re: [PATCH] xfs: do not pass unused params to xfs_flush_pages
Daniel Hazelton
Re: x86: 4kstacks default
Rusty Russell
Re: 2.6.22-rc3-mm1
Jeffrey V. Merkey
Re: Versioning file system
Matt Mackall
Re: [RFD] Documentation/HOWTO translated into Japanese
linux-netdev
:
gregkh
Patch "IPv6: keep route for tentative address" has been added to the 2.6.34-stable...
Patrick McHardy
Re: [rfc 02/13] [RFC 02/13] netfilter: nf_conntrack_sip: Add callid parser
Krzysztof Oledzki
Re: Error: an inet prefix is expected rather than "0/0".
Paul Gortmaker
[PATCH net-next 09/16] tipc: Relocate trivial link status functions to header file
webmaster Maintenance
&#32852;&#31995;&#31995;&#32479;&#31649;&#29702;&#21592;
git
:
Johannes Schindelin
[PATCH] fetch: refuse to fetch into the current branch in a non-bare repository
Junio C Hamano
Re: [PATCH] http-push: making HTTP push more robust and more user-friendly
Oliver Kullmann
Re: how to move with history?
Alex Riesen
Re: git exclude patterns for directory
Andreas Ericsson
Re: why not TortoiseGit
openbsd-misc
:
Damien Miller
Re: Patching a SSH 'Weakness'
Stuart Henderson
Re: Apache Seg Fault after upgrade to 4.6 stable
Úlfar M. E. Johnson
installing openbsd in xen
Brian
CARP multicast and ADSL bridge
Eric Furman
Re: Defending OpenBSD Performance
git-commits-head
:
Linux Kernel Mailing List
New device ID for sc92031 [1088:2031]
Linux Kernel Mailing List
drivers/acpi: use kasprintf
Linux Kernel Mailing List
Staging: et131x: prune all the debug code
Linux Kernel Mailing List
PCI: introduce pci_pcie_cap()
Linux Kernel Mailing List
USB: g_multi: Multifunction Composite Gadget added
Colocation donated by:
Syndicate