From owner-freebsd-current@FreeBSD.ORG Mon Dec 8 12:51:10 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 214D916A4D0 for ; Mon, 8 Dec 2003 12:51:10 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A22C643D33 for ; Mon, 8 Dec 2003 12:50:59 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 87BCD72DB5; Mon, 8 Dec 2003 12:49:53 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 8624F72DAD; Mon, 8 Dec 2003 12:49:53 -0800 (PST) Date: Mon, 8 Dec 2003 12:49:53 -0800 (PST) From: Doug White To: Gordon Bergling In-Reply-To: <20031208200906.GA49037@nemesis.md.0xfce3.net> Message-ID: <20031208124805.Y15361@carver.gumbysoft.com> References: <20031208200906.GA49037@nemesis.md.0xfce3.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: strange pids under heavy load (5.2-RC) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2003 20:51:10 -0000 On Mon, 8 Dec 2003, Gordon Bergling wrote: > Hi, > > I run 'make -j 32 buildkernel' to stressing my fresh 5.2-RC installation a > little bit and saw some strange pids in a 'ps ax'. (The output of 'ps > ax' is stripped down.) > > ----------------------------------------------------------------------- > 24111 p2 S+ 0:00.81 make -j 32 buildkernel KERNCONF=NEMESIS-UP > > 0 p2 ZW+ 0:00.00 (sh) These are normal. make just hasn't gotten around to clearing these yet. make spawns and reaps processes in groups rather than keeping the -j number busy at all times. Note that -j32 is much more than the system can paralleize. I start getting dimishing returns past -j4, even on dual proc systems. When you hit the rescue build you will be SORRY :) If you want to do load tests, launch multiple parallel buildworlds with differing MAKEOBJDIRPREFIX. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org