From owner-freebsd-current Thu May 8 00:58:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA14697 for current-outgoing; Thu, 8 May 1997 00:58:03 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca26-32.ix.netcom.com [207.93.42.96]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA14688 for ; Thu, 8 May 1997 00:57:40 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id AAA15186; Thu, 8 May 1997 00:54:54 -0700 (PDT) Date: Thu, 8 May 1997 00:54:54 -0700 (PDT) Message-Id: <199705080754.AAA15186@silvia.HIP.Berkeley.EDU> To: imp@village.org CC: current@FreeBSD.org In-reply-to: (message from Warner Losh on Sun, 20 Apr 1997 18:14:24 -0600) Subject: Re: Speed deamons: How to build a build box? From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Well, to prove what I said, I repartitioned my disks and tried again. Here's my setup: @ 233MHz P6 (overclocked, obviously :) with 256KB, Asus P/I-P6NP5 @ 96MB main memory (FPM, ECC enabled) @ two 4GB 7200RPM F/W disks, partitioned as (size in MB): /(32), swap (128), /tmp (16), /var (16), /usr (128), scratch (384), rest (3400) /, /tmp, /var, /usr on the second disk is not used. The "scratch" on first disk is /usr/src, and is /usr/obj on second disk, and these are mounted mounted async,noatime. The "rest" partition contains home directories, the cvs tree and such, and aren't used by make world. (In other words, the heads only need to seek the first 1/6 of each disk.) @ Full /usr/obj, -DNOCLEAN not set, NOPROFILE set, CFLAGS="-O pipe". @ X window shut down, make world running on syscons console. The result was: "5093.48 real 3316.52 user 837.60 sys" That's 1:24:53. :) Satoshi