login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
October
»
19
Re: Deadlock possibly caused by too_many_isolated.
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: KOSAKI Motohiro
Subject:
Re: Deadlock possibly caused by too_many_isolated.
Date: Monday, October 18, 2010 - 7:37 pm
> ---
quoted text
> Subject: vmscan: comment too_many_isolated() > From: Wu Fengguang <fengguang.wu@intel.com> > Date: Tue Oct 19 09:53:23 CST 2010 > > Comment "Why it's doing so" rather than "What it does" > as proposed by Andrew Morton. > > Signed-off-by: Wu Fengguang <fengguang.wu@intel.com> > --- > mm/vmscan.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > --- linux-next.orig/mm/vmscan.c 2010-10-19 09:29:44.000000000 +0800 > +++ linux-next/mm/vmscan.c 2010-10-19 10:21:41.000000000 +0800 > @@ -1142,7 +1142,11 @@ int isolate_lru_page(struct page *page) > } > > /* > - * Are there way too many processes in the direct reclaim path already? > + * A direct reclaimer may isolate SWAP_CLUSTER_MAX pages from the LRU list and > + * then get resheduled. When there are massive number of tasks doing page > + * allocation, such sleeping direct reclaimers may keep piling up on each CPU, > + * the LRU list will go small and be scanned faster than necessary, leading to > + * unnecessary swapping, thrashing and OOM. > */ > static int too_many_isolated(struct zone *zone, int file, > struct scan_control *sc)
nice! Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> --
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:
Deadlock possibly caused by too_many_isolated.
, Neil Brown
, (Tue Sep 14, 4:11 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Rik van Riel
, (Tue Sep 14, 5:30 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Neil Brown
, (Tue Sep 14, 7:23 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Wu Fengguang
, (Tue Sep 14, 7:37 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Wu Fengguang
, (Tue Sep 14, 7:54 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Wu Fengguang
, (Tue Sep 14, 8:06 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Wu Fengguang
, (Tue Sep 14, 8:13 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Neil Brown
, (Tue Sep 14, 8:17 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Shaohua Li
, (Tue Sep 14, 8:18 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Wu Fengguang
, (Tue Sep 14, 8:31 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Wu Fengguang
, (Tue Sep 14, 8:47 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Wu Fengguang
, (Wed Sep 15, 1:28 am)
Re: Deadlock possibly caused by too_many_isolated.
, Neil Brown
, (Wed Sep 15, 1:44 am)
Re: Deadlock possibly caused by too_many_isolated.
, Neil Brown
, (Sun Oct 17, 9:14 pm)
Re: Deadlock possibly caused by too_many_isolated.
, KOSAKI Motohiro
, (Sun Oct 17, 10:04 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Torsten Kaiser
, (Mon Oct 18, 3:58 am)
Re: Deadlock possibly caused by too_many_isolated.
, Wu Fengguang
, (Mon Oct 18, 9:15 am)
Re: Deadlock possibly caused by too_many_isolated.
, Andrew Morton
, (Mon Oct 18, 2:58 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Neil Brown
, (Mon Oct 18, 3:31 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Andrew Morton
, (Mon Oct 18, 3:41 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Neil Brown
, (Mon Oct 18, 4:11 pm)
Re: Deadlock possibly caused by too_many_isolated.
, KOSAKI Motohiro
, (Mon Oct 18, 5:57 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Minchan Kim
, (Mon Oct 18, 6:15 pm)
Re: Deadlock possibly caused by too_many_isolated.
, KOSAKI Motohiro
, (Mon Oct 18, 6:21 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Minchan Kim
, (Mon Oct 18, 6:32 pm)
Re: Deadlock possibly caused by too_many_isolated.
, KOSAKI Motohiro
, (Mon Oct 18, 7:03 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Minchan Kim
, (Mon Oct 18, 7:16 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Wu Fengguang
, (Mon Oct 18, 7:24 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Wu Fengguang
, (Mon Oct 18, 7:35 pm)
Re: Deadlock possibly caused by too_many_isolated.
, KOSAKI Motohiro
, (Mon Oct 18, 7:37 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Minchan Kim
, (Mon Oct 18, 7:37 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Minchan Kim
, (Mon Oct 18, 7:52 pm)
Re: Deadlock possibly caused by too_many_isolated.
, KOSAKI Motohiro
, (Mon Oct 18, 7:54 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Wu Fengguang
, (Mon Oct 18, 8:05 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Minchan Kim
, (Mon Oct 18, 8:09 pm)
Re: Deadlock possibly caused by too_many_isolated.
, KOSAKI Motohiro
, (Mon Oct 18, 8:13 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Shaohua Li
, (Mon Oct 18, 8:21 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Minchan Kim
, (Mon Oct 18, 10:11 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Shaohua Li
, (Tue Oct 19, 12:15 am)
Re: Deadlock possibly caused by too_many_isolated.
, Minchan Kim
, (Tue Oct 19, 12:34 am)
Re: Deadlock possibly caused by too_many_isolated.
, Torsten Kaiser
, (Tue Oct 19, 1:43 am)
Re: Deadlock possibly caused by too_many_isolated.
, Torsten Kaiser
, (Tue Oct 19, 3:06 am)
Re: Deadlock possibly caused by too_many_isolated.
, Wu Fengguang
, (Tue Oct 19, 10:57 pm)
Re: Deadlock possibly caused by too_many_isolated.
, KOSAKI Motohiro
, (Wed Oct 20, 12:05 am)
Re: Deadlock possibly caused by too_many_isolated.
, Torsten Kaiser
, (Wed Oct 20, 12:25 am)
Re: Deadlock possibly caused by too_many_isolated.
, Wu Fengguang
, (Wed Oct 20, 2:01 am)
Re: Deadlock possibly caused by too_many_isolated.
, Wu Fengguang
, (Wed Oct 20, 2:27 am)
Re: Deadlock possibly caused by too_many_isolated.
, Torsten Kaiser
, (Wed Oct 20, 3:07 am)
Re: Deadlock possibly caused by too_many_isolated.
, Jens Axboe
, (Wed Oct 20, 6:03 am)
Re: Deadlock possibly caused by too_many_isolated.
, Minchan Kim
, (Wed Oct 20, 7:23 am)
Re: Deadlock possibly caused by too_many_isolated.
, Torsten Kaiser
, (Wed Oct 20, 8:35 am)
Re: Deadlock possibly caused by too_many_isolated.
, Minchan Kim
, (Wed Oct 20, 4:31 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Wu Fengguang
, (Thu Oct 21, 10:37 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Wu Fengguang
, (Fri Oct 22, 1:07 am)
Re: Deadlock possibly caused by too_many_isolated.
, Jens Axboe
, (Fri Oct 22, 1:09 am)
Re: Deadlock possibly caused by too_many_isolated.
, Wu Fengguang
, (Sun Oct 24, 9:52 am)
Re: Deadlock possibly caused by too_many_isolated.
, Neil Brown
, (Sun Oct 24, 11:40 pm)
Re: Deadlock possibly caused by too_many_isolated.
, Wu Fengguang
, (Mon Oct 25, 12:26 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Mel Gorman
Re: [PATCH 1/4] vmstat: remove zone->lock from walk_zones_in_node
Guenter Roeck
Re: [lm-sensors] Location for thermal drivers
David Woodhouse
Re: RFC: Moving firmware blobs out of the kernel.
Siddha, Suresh B
Re: [PATCH 2.6.21 review I] [11/25] x86: default to physical mode on hotplug CPU k...
Peter Zijlstra
Re: [patch 4/6] mm: merge populate and nopage into fault (fixes nonlinear)
git-commits-head
:
Linux Kernel Mailing List
[MIPS] Fix potential latency problem due to non-atomic cpu_wait.
Linux Kernel Mailing List
USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
Linux Kernel Mailing List
lib/vsprintf.c: fix bug omitting minus sign of numbers (module_param)
Linux Kernel Mailing List
[Bluetooth] Initiate authentication during connection establishment
Linux Kernel Mailing List
[POWERPC] 4xx: Add ppc40x_defconfig
linux-netdev
:
MERCEDES
Your mail id has won 950,000.00 in the MERCEDES Benz Online Promo.for claims send:
David Miller
Re: [PATCH] xen/netfront: do not mark packets of length < MSS as GSO
David Miller
Re: skb_segment() questions
Shan Wei
[RFC PATCH net-next 2/5]IPv6:netfilter: Send an ICMPv6 "Fragment Reassembly Timeou...
Stanislaw Gruszka
[PATCH 1/4] bnx2x: use smp_mb() to keep ordering of read write operations
git
:
Nicolas Sebrecht
git-svn died of signal 11 (was "3 failures on test t9100 (svn)")
Junio C Hamano
Re: [PATCH 2/2] Add url.<base>.pushInsteadOf: URL rewriting for push only
Martin Langhoff
Re: [PATCH] GIT commit statistics.
Alexandre Julliard
[PATCH] gitweb: Put back shortlog instead of graphiclog in the project list.
Josh Triplett
[PATCH 2/2] Add url.<base>.pushInsteadOf: URL rewriting for push only
openbsd-misc
:
Taisto Qvist XX
Re: AMD GEODE LX-800 just works with kernel from install42.iso and kernelpanics wi...
Nico Meijer
Re: gOS Develop Kit with VIA pc-1 Processor Platform VIA C7-D
Andreas Bihlmaier
Re: jetway board sensors (Fintek F71805F)
admin
Drive a 2009 car from R799p/m
Antti Harri
Re: how to create a sha256 hash
Colocation donated by:
Syndicate