Date: Wed, 21 Apr 2004 08:58:11 -0700 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: Nikos Ntarmos <ntarmos@ceid.upatras.gr> Cc: current@freebsd.org Subject: Re: P_NOLOAD + ULE = high load averages Message-ID: <20040421155811.GA50887@troutmask.apl.washington.edu> In-Reply-To: <20040421003230.GA17810@diogenis.ceid.upatras.gr> References: <20040421003230.GA17810@diogenis.ceid.upatras.gr>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 21, 2004 at 03:32:30AM +0300, Nikos Ntarmos wrote: > Hi all. > > There was a thread on "unusually high load averages" when running > under sched_ule, which (afaik) came at an abrupt halt in January 2004. > Anyway, I've been looking at this thing lately and have come to > believe that "pagezero" is (one of) the culprit(s). IMO the source of > the problem lies in /sys/kern/sched_ule.c having no provision for > processes with P_NOLOAD set. With pagezero not running at PRI_ITHD, > kseq_load_{add,rem} count pagezero as oh-another-normal-process, thus > the "expected-plus-one" load reported in the above thread. The > attached diff should fix this (at least it has fixed it here -- > running 5.2-CURRENT on a PCA56, just cvsup'ed from > cvsup.gr.freebsd.org). Could someone please review/commit the changes > or should I better send-pr it? > Nikos, Jeff has been fairly quiet of the mailing list of late. I suggest that you submit a PR, so your patch doesn't get lost. -- Steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040421155811.GA50887>