From owner-freebsd-stable@FreeBSD.ORG Fri Oct 13 18:00:32 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6826A16A412 for ; Fri, 13 Oct 2006 18:00:32 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from smtp109.rog.mail.re2.yahoo.com (smtp109.rog.mail.re2.yahoo.com [68.142.225.207]) by mx1.FreeBSD.org (Postfix) with SMTP id A961C43D8A for ; Fri, 13 Oct 2006 18:00:31 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 57040 invoked from network); 13 Oct 2006 18:00:29 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=d1uiepz2g0in4TKWAZvCyAjnG7FUciYTQyPYyHx3d9O+SQSCjFUny0J+FHjhYiyygfYbzCQJuA7tLDPU6Uqx2qvmS3JUGJd/Winzasj3kl7RfCOLg82z7hDIOhEQUa9gz8I1CBZeR0R3NJ2VPpIbA8maMFUx+D6P6XebcldeipE= ; Received: from unknown (HELO ?127.0.0.1?) (mikej@rogers.com@74.111.253.239 with plain) by smtp109.rog.mail.re2.yahoo.com with SMTP; 13 Oct 2006 18:00:29 -0000 Message-ID: <452FD442.2000904@rogers.com> Date: Fri, 13 Oct 2006 14:00:34 -0400 From: Mike Jakubik User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Buki References: <20061013143130.GW491@dev.null.cz> In-Reply-To: <20061013143130.GW491@dev.null.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD and "make -j# buildworld" usability X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2006 18:00:32 -0000 Buki wrote: > Hi, > > I searched the archives and web a little but found many different opinions > on stability/usability of using make -j# with buildworld (and buildkernel). > > So I am asking if it is a good idea to use make -j on production boxes. > I use -j2 on all my dual cpu/core boxes, i don't recall ever having a problem with it.