From owner-cvs-src@FreeBSD.ORG Fri Nov 12 10:34:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45F8316A4CE; Fri, 12 Nov 2004 10:34:06 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BAA943D39; Fri, 12 Nov 2004 10:34:05 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id iACAY3OU095621; Fri, 12 Nov 2004 11:34:03 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: John-Mark Gurney From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 12 Nov 2004 02:28:57 PST." <20041112102856.GA57546@funkthat.com> Date: Fri, 12 Nov 2004 11:34:03 +0100 Message-ID: <95620.1100255643@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make job.c job.h main.c make.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2004 10:34:06 -0000 In message <20041112102856.GA57546@funkthat.com>, John-Mark Gurney writes: >Poul-Henning Kamp wrote this message on Fri, Nov 12, 2004 at 09:59 +0100: >> Please see: >> >> http://phk.freebsd.dk/misc/make.png >> >> It shows the loadaverage for "make -j 12 -s buildworld" with and without >> this code. > >Thanks for doing this! :) > >Am I to guess/read from the graph that the total time to buildworld >was the same w/ and w/o? Yes, for this particular case dual Opteron, 4G ram, make -j 12 builworld) there is no statistically significant difference in overall time. If it had less ram it would probably be an improvement because the limit prevents overcommitting RAM with processes we can't really service with CPU anyway. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.