login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
2
Re: PROBLEM: high load average when idle
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Chuck Ebbert
Subject:
Re: PROBLEM: high load average when idle
Date: Tuesday, October 2, 2007 - 3:33 pm
On 10/02/2007 06:07 PM, Andrew Morton wrote:
quoted text
> On Tue, 02 Oct 2007 23:37:31 +0200 (CEST) > Anders Bostr__m <anders@bostrom.dyndns.org> wrote: > >> My computer suffers from high load average when the system is idle, >> introduced by commit 44d306e1508fef6fa7a6eb15a1aba86ef68389a6 . >> >> Long story: >> >> 2.6.20 and all later versions I've tested, including 2.6.21 and >> 2.6.22, make the load average high. Even when the computer is totally >> idle (I've tested in single user mode), the load average end up >> at ~0.30. The computer is still responsive, and the only fault seems >> to be the too high load average. All versions up to and including >> 2.6.19.7 is fine, and don't suffer from the problem. >> >> I git bisect between 2.6.19 and 2.6.20 gave me >> 44d306e1508fef6fa7a6eb15a1aba86ef68389a6 "[PATCH] user of the jiffies >> rounding code: JBD" as the first patch with the >> problem. 2.6.20 with 44d306e1508fef6fa7a6eb15a1aba86ef68389a6 reverted >> works fine. 2.6.23-rc8 with 44d306e1508fef6fa7a6eb15a1aba86ef68389a6 >> reverted also works fine. >> >> This fixes the problem: >> >> -------------------------- fs/jbd/transaction.c ----------------------------- >> index cceaf57..d38e0d5 100644 >> @@ -55,7 +55,7 @@ get_transaction(journal_t *journal, transaction_t *transaction) >> spin_lock_init(&transaction->t_handle_lock); >> >> /* Set up the commit timer for the new transaction. */ >> - journal->j_commit_timer.expires = round_jiffies(transaction->t_expires); >> + journal->j_commit_timer.expires = transaction->t_expires; >> add_timer(&journal->j_commit_timer); >> >> J_ASSERT(journal->j_running_transaction == NULL); >> >> >> I've only seen this problem on my home desktop computer. My work >> desktop computer and several other computers at work don't suffer from >> this problem. However, all other computers I've tested on is using >> AMD64 as architecture, and not i386 as my home desktop computer. >> >> Please let me know how I can assist in further debugging of this, if >> needed. > > This is unexpected. High load average is due to either a task chewing a > lot of CPU time or a task stuck in uninterruptible sleep. >
Or, everybody wakes up at once right when we are taking a sample. :) -
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:
PROBLEM: high load average when idle
, Anders
, (Tue Oct 2, 2:37 pm)
Re: PROBLEM: high load average when idle
, Andrew Morton
, (Tue Oct 2, 3:07 pm)
Re: PROBLEM: high load average when idle
, Linus Torvalds
, (Tue Oct 2, 3:32 pm)
Re: PROBLEM: high load average when idle
, Chuck Ebbert
, (Tue Oct 2, 3:33 pm)
Re: PROBLEM: high load average when idle
, Arjan van de Ven
, (Tue Oct 2, 3:39 pm)
Re: PROBLEM: high load average when idle
, Mark Lord
, (Tue Oct 2, 3:46 pm)
Re: PROBLEM: high load average when idle
, Arjan van de Ven
, (Tue Oct 2, 4:13 pm)
Re: PROBLEM: high load average when idle
, Arjan van de Ven
, (Tue Oct 2, 4:19 pm)
Re: PROBLEM: high load average when idle
, Arjan van de Ven
, (Tue Oct 2, 4:22 pm)
Re: PROBLEM: high load average when idle
, Arjan van de Ven
, (Tue Oct 2, 4:26 pm)
Re: PROBLEM: high load average when idle
, Mark Lord
, (Tue Oct 2, 4:40 pm)
Re: PROBLEM: high load average when idle
, Anders
, (Wed Oct 3, 12:04 am)
Re: PROBLEM: high load average when idle
, Thorsten Kranzkowski
, (Wed Oct 3, 2:40 am)
Re: PROBLEM: high load average when idle
, Chuck Ebbert
, (Wed Oct 3, 10:32 am)
Re: PROBLEM: high load average when idle
, Linus Torvalds
, (Wed Oct 3, 11:02 am)
Re: PROBLEM: high load average when idle
, Arjan van de Ven
, (Wed Oct 3, 11:20 am)
Re: PROBLEM: high load average when idle
, Linus Torvalds
, (Wed Oct 3, 11:28 am)
Re: PROBLEM: high load average when idle
, Arjan van de Ven
, (Wed Oct 3, 11:29 am)
Re: PROBLEM: high load average when idle
, Anders
, (Wed Oct 3, 11:34 am)
Re: PROBLEM: high load average when idle
, Anders
, (Wed Oct 3, 1:15 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann
Re: finding your own dead "CONFIG_" variables
Mark Brown
[PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset
Tony Breeds
[LGUEST] Look in object dir for .config
git
:
Brian Downing
Re: Git in a Nutshell guide
John Benes
Re: master has some toys
Matthias Lederhofer
[PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree
Alexander Sulfrian
[RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set
Junio C Hamano
Re: Rss produced by git is not valid xml?
git-commits-head
:
Linux Kernel Mailing List
iSeries: fix section mismatch in iseries_veth
Linux Kernel Mailing List
ixbge: remove TX lock and redo TX accounting.
Linux Kernel Mailing List
ixgbe: fix several counter register errata
Linux Kernel Mailing List
b43: fix build with CONFIG_SSB_PCIHOST=n
Linux Kernel Mailing List
9p: block-based virtio client
linux-netdev
:
Michael Breuer
Re: [PATCH] af_packet: Don't use skb after dev_queue_xmit()
Michael Breuer
Re: [PATCH] af_packet: Don't use skb after dev_queue_xmit()
David Daney
[PATCH 5/7] Staging: Octeon Ethernet: Convert to NAPI.
Wolfgang Grandegger
[PATCH net-next v4 1/3] can: mscan: fix improper return if dlc < 8 in start_xmi...
Amit Kumar Salecha
[PATCHv3 NEXT 2/2] NET: Add Qlogic ethernet driver for CNA devices
openbsd-misc
:
Theo de Raadt
Re: Old IPSEC bug
Tomáš Bodžár
Problem with vpnc connection - check group password !
Insan Praja SW
Mandoc Compiling Error
Carl Roberso
Re: Cannot change MTU of carp interface?
Richard Daemon
Re: booting openbsd on eee without cd-rom
Colocation donated by:
Syndicate