login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
April
»
15
Re: 32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: KOSAKI Motohiro
Subject:
Re: 32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
Date: Wednesday, April 14, 2010 - 9:32 pm
> On Thu, Apr 15, 2010 at 11:31:52AM +0800, KOSAKI Motohiro wrote:
quoted text
> > > > Many applications (this one and below) are stuck in > > > > wait_on_page_writeback(). I guess this is why "heavy write to > > > > irrelevant partition stalls the whole system". They are stuck on page > > > > allocation. Your 512MB system memory is a bit tight, so reclaim > > > > pressure is a bit high, which triggers the wait-on-writeback logic. > > > > > > I wonder if this hacking patch may help. > > > > > > When creating 300MB dirty file with dd, it is creating continuous > > > region of hard-to-reclaim pages in the LRU list. priority can easily > > > go low when irrelevant applications' direct reclaim run into these > > > regions.. > > > > Sorry I'm confused not. can you please tell us more detail explanation? > > Why did lumpy reclaim cause OOM? lumpy reclaim might cause > > direct reclaim slow down. but IIUC it's not cause OOM because OOM is > > only occur when priority-0 reclaim failure. > > No I'm not talking OOM. Nor lumpy reclaim. > > I mean the direct reclaim can get stuck for long time, when we do > wait_on_page_writeback() on lumpy_reclaim=1. > > > IO get stcking also prevent priority reach to 0. > > Sure. But we can wait for IO a bit later -- after scanning 1/64 LRU > (the below patch) instead of the current 1/1024. > > In Andreas' case, 512MB/1024 = 512KB, this is way too low comparing to > the 22MB writeback pages. There can easily be a continuous range of > 512KB dirty/writeback pages in the LRU, which will trigger the wait > logic.
In my feeling from your explanation, we need auto adjustment mechanism instead change default value for special machine. no? --
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:
32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
, Andreas Mohr
, (Sun Apr 4, 3:13 pm)
Re: 32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
, =?iso-8859-1?B?R+Fib ...
, (Sun Apr 4, 4:31 pm)
Re: 32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
, Andreas Mohr
, (Mon Apr 5, 3:53 am)
Re: 32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
, Wu Fengguang
, (Wed Apr 7, 12:00 am)
Re: 32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
, Wu Fengguang
, (Wed Apr 7, 12:08 am)
Re: 32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
, Minchan Kim
, (Wed Apr 7, 1:39 am)
Re: 32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
, Wu Fengguang
, (Wed Apr 7, 1:52 am)
Re: 32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
, Andreas Mohr
, (Wed Apr 7, 4:17 am)
Re: 32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
, Andreas Mohr
, (Thu Apr 8, 12:46 pm)
Re: 32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
, Bill Davidsen
, (Thu Apr 8, 1:12 pm)
Re: 32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
, Andreas Mohr
, (Thu Apr 8, 1:35 pm)
Re: 32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
, Bill Davidsen
, (Thu Apr 8, 3:01 pm)
Re: 32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
, Ben Gamari
, (Fri Apr 9, 8:56 am)
Re: 32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
, KOSAKI Motohiro
, (Wed Apr 14, 8:31 pm)
Re: 32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
, Wu Fengguang
, (Wed Apr 14, 9:19 pm)
Re: 32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
, KOSAKI Motohiro
, (Wed Apr 14, 9:32 pm)
Re: 32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
, Wu Fengguang
, (Wed Apr 14, 9:41 pm)
Re: 32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
, KOSAKI Motohiro
, (Wed Apr 14, 9:55 pm)
Re: 32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
, Wu Fengguang
, (Wed Apr 14, 10:19 pm)
[PATCH] vmscan: page_check_references() check low order lu ...
, KOSAKI Motohiro
, (Thu Apr 15, 8:16 pm)
Re: [PATCH] vmscan: page_check_references() check low orde ...
, Minchan Kim
, (Thu Apr 15, 9:26 pm)
Re: [PATCH] vmscan: page_check_references() check low orde ...
, KOSAKI Motohiro
, (Thu Apr 15, 10:33 pm)
Re: [PATCH] vmscan: page_check_references() check low orde ...
, Andrew Morton
, (Fri Apr 16, 2:18 pm)
Re: [PATCH] vmscan: page_check_references() check low orde ...
, KOSAKI Motohiro
, (Wed May 12, 7:54 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