From owner-freebsd-sparc64@FreeBSD.ORG Sun Nov 4 11:40:48 2007 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62F0B16A468 for ; Sun, 4 Nov 2007 11:40:48 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id B2EEA13C48E; Sun, 4 Nov 2007 11:40:47 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <472DAFBE.9070603@FreeBSD.org> Date: Sun, 04 Nov 2007 12:40:46 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Christian Baer References: <200711011822.25884.linimon@lonesome.com> <472B39A8.3070708@alaska.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-sparc64@freebsd.org Subject: Re: Doesn't anything work around here? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2007 11:40:48 -0000 Christian Baer wrote: > On Fri, 02 Nov 2007 06:52:24 -0800 Royce Williams wrote: > >> I've started a couple of threads in the past about offering to chip in >> for hardware to support builds, and especially sparc64 freebsd-update. >> To move forward on that, what is the 'best bang for the buck' hardware >> that the project could use? > > The fastest CPU that are currently supported by FreeBSD are 650MHz IIi. > You can find that in a Blade 150. There are no workstations with more than > one CPU of this type around (that I know of). > > The U80 has up to four 450MHz CPUs. So this is (probably) the fastest > sparc64-workstation currently supported by FreeBSD. Since the ports cannot > be compiled with more than one job at a time (make -j 2 breaks most of the > builds), I'm not sure if more than one CPU would be of much use - for > building the ports. However, if only one job is run, the workstation would > still be usable for other things while compiling. That is no problem, even on single CPU machines I run concurrent builds since it turns out to be more efficient. In the past we have even used 14 CPU e4500 machines for package builds although they all died from hardware failure. Kris