From owner-freebsd-current@FreeBSD.ORG Sat Feb 28 23:33:14 2004 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 4567716A4CE for ; Sat, 28 Feb 2004 23:33:14 -0800 (PST) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13D4C43D2D for ; Sat, 28 Feb 2004 23:33:14 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9p2/8.12.9) with ESMTP id i1T7X67E091180; Sat, 28 Feb 2004 23:33:10 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <200402290733.i1T7X67E091180@gw.catspoiler.org> Date: Sat, 28 Feb 2004 23:33:06 -0800 (PST) From: Don Lewis To: vince@oahu.WURLDLINK.NET In-Reply-To: <20040228144714.P8264-100000@oahu.WURLDLINK.NET> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: current@FreeBSD.org Subject: Re: buildworld times 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: Sun, 29 Feb 2004 07:33:14 -0000 On 28 Feb, Vincent Poy wrote: > Hello all: > > I was wondering what people are getting as the fastest make > buildworld times since it seems like a P4m-2.6Ghz 2GB RAM, 7200RPM HDD > machine when using make -j4 buildworld or just make buildworld takes 2.5 > hours. I guess I'm trying to look for what the average times for > buildworld is supposed to be for a Pentium 4 Northwood based platform. This seems way too slow to me. My Athlon XP 1900+, 1GB RAM, 10K RPM SCSI drive machine running 5.2-CURRENT with the kernel options: SCHED_ULE INVARIANTS INVARIANT_SUPPORT WITNESS WITNESS_SKIPSPIN DEBUG_VFS_LOCKS and no /etc/malloc.conf runs buildworld in 2563.925u 1977.980s 2:01:04.11 62.5% 2715+1768k 20833+2389io 6587pf+0w while running setiathome. My 1.5 GHz Pentium-M laptop, with 512 MB RAM, and a 5400 RPM drive, also running 5.2-CURRENT with the kernel options: SCHED_ULE INVARIANTS INVARIANT_SUPPORT WITNESS WITNESS_SKIPSPIN ACPI_DEBUG and no /etc/malloc.conf runs buildworld in 2067.708u 1323.742s 1:01:24.53 92.0% 2816+1833k 23350+5985io 8841pf+0w In both cases this was a "make buildworld" with no options (no -j).