From owner-freebsd-questions@FreeBSD.ORG Sat Oct 30 11:52:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6804D16A4CE for ; Sat, 30 Oct 2004 11:52:50 +0000 (GMT) Received: from fep1.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C24F43D41 for ; Sat, 30 Oct 2004 11:52:50 +0000 (GMT) (envelope-from bbobowski@cogeco.ca) Received: from [24.150.215.98] (d150-215-98.home.cgocable.net [24.150.215.98]) by fep1.cogeco.net (Postfix) with ESMTP id EE10E8260; Sat, 30 Oct 2004 07:52:48 -0400 (EDT) Message-ID: <41838096.2080902@cogeco.ca> Date: Sat, 30 Oct 2004 07:52:54 -0400 From: Brian Bobowski User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040626 Thunderbird/0.7.1 Mnenhy/0.6.0.104 X-Accept-Language: en-us, en To: Kris Kennaway References: <1099096228.18749.149.camel@aaron.proficuous.com> <20041030003606.GA60037@xor.obsecurity.org> In-Reply-To: <20041030003606.GA60037@xor.obsecurity.org> Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: FreeBSD User Questions List Subject: Re: make buildworld.........24 hours???? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2004 11:52:50 -0000 Kris Kennaway wrote: That's not unreasonable - the performance killer will be your lack of memory, which means that you'll be swapping a lot while compiling. Kris One thing I have to wonder - how compatible is 'make buildworld' with multiple build processes(e.g. 'make -j4 buildworld')? I know some makefiles don't get along well with the -j parameter, but if buildworld is okay with it, this may offer a way to keep the processor busy rather than waiting for disk access all the time, which could make things faster, especially on such low-memory machines. -BB