From owner-freebsd-current Wed Nov 12 01:53:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA18550 for current-outgoing; Wed, 12 Nov 1997 01:53:00 -0800 (PST) (envelope-from owner-freebsd-current) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA18484 for ; Wed, 12 Nov 1997 01:52:49 -0800 (PST) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.8.8/frmug-2.1/nospam) with UUCP id IAA02709 for current@FreeBSD.ORG; Wed, 12 Nov 1997 08:38:28 +0100 (CET) (envelope-from roberto@keltia.freenix.fr) Received: (from roberto@localhost) by keltia.freenix.fr (8.8.7/keltia-2.12/nospam) id IAA03973; Wed, 12 Nov 1997 08:30:40 +0100 (CET) (envelope-from roberto) Message-ID: <19971112083040.26115@keltia.freenix.fr> Date: Wed, 12 Nov 1997 08:30:40 +0100 From: Ollivier Robert To: current@FreeBSD.ORG Subject: Re: make world time???/ References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84 In-Reply-To: ; from Burton Sampley on Tue, Nov 11, 1997 at 02:51:10PM -0800 X-Operating-System: FreeBSD 3.0-CURRENT ctm#3797 AMD-K6 MMX @ 208 MHz Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Burton Sampley: > source code from 9/11 with /usr/obj/ empty. I'm only using the > plain-vanilla 'make world' from /usr/src. Any suggestion? Add "-pipe "to CFLAGS in /etc/make.conf. Mount /usr/src noatime. Mount /usr/obj async,noatime. Don't compile the profiled libraries if you don't use them. > HD: Seagate 15150N SCSI (~12 platters, w/ 1 meg cache) > SCSI: Adaptec 2940 Putting /usr/obj and /usr/src on a different disk helps a lot too. > options NFS #Network Filesystem Unless you really need NFS all time, you can get a few KB back of memory if using it as an lkm. > options BOUNCE_BUFFERS #include support for DMA bounce buffers Throw away this. You don't need bounce buffers. > options FAILSAFE #Be conservative Unless you have a specific reason, don't use FAILSAFE. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #48: Sat Nov 8 18:08:59 CET 1997