From owner-freebsd-questions@FreeBSD.ORG Wed Feb 27 22:58:35 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 748DDDBD for ; Wed, 27 Feb 2013 22:58:35 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 329C18CB for ; Wed, 27 Feb 2013 22:58:35 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r1RMwYej057600; Wed, 27 Feb 2013 15:58:34 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r1RMwY9p057597; Wed, 27 Feb 2013 15:58:34 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Wed, 27 Feb 2013 15:58:34 -0700 (MST) From: Warren Block To: Frederico Costa Subject: Re: Performance Related Question In-Reply-To: <95256df2d5f04884368acf0f73bb82d0@www.mufley.com> Message-ID: References: <8d801e895617b492ddf724b6ce980448@www.mufley.com> <95256df2d5f04884368acf0f73bb82d0@www.mufley.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Wed, 27 Feb 2013 15:58:34 -0700 (MST) Cc: Michael Ross , freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 22:58:35 -0000 On Wed, 27 Feb 2013, Frederico Costa wrote: > On 2013-02-27 22:27, Michael Ross wrote: >> If I read you right, you didn't ``make -jX buildworld'', >> with X being the number of processes to spawn, >> so you used just one core on either machine. >> >> Buildworld does a lot of I/O, so disk speed is relevant. > > Yes, i just made "make buildworld". > > So i should use make -j2 on the S1(dual core) and -j4 on S2 (2xdualcore)? > > And it also makes sense what you say about the I/O. It really depends on the system. On my dual-core systems, I use devel/ccache and found that -j8 gave the best performance.