From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-98455-garchives=archives.gentoo.org@lists.gentoo.org>) id 1MXz0E-0001Bb-M3 for garchives@archives.gentoo.org; Mon, 03 Aug 2009 14:59:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A2A1E053E; Mon, 3 Aug 2009 14:59:05 +0000 (UTC) Received: from mail-yw0-f172.google.com (mail-yw0-f172.google.com [209.85.211.172]) by pigeon.gentoo.org (Postfix) with ESMTP id 4838AE053E for <gentoo-user@lists.gentoo.org>; Mon, 3 Aug 2009 14:59:05 +0000 (UTC) Received: by ywh2 with SMTP id 2so8138060ywh.2 for <gentoo-user@lists.gentoo.org>; Mon, 03 Aug 2009 07:59:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=ZOC+0cJgr/M7mItp4zxB2gPqH+cg1bo7OcA0LmOArUY=; b=B/xqn++WxmLY5Z6usm7lLkWwk6y74RVRNysE5x7iI9UdafN+1i7wkgymy29MuSh49M zkIWjT8cYnshHoEvYOIP6ahRrnX6zKIH+ga+OtWrlMxyWpFB8mWsrQL+72QAKmrg2R9Y +91uS0YmLmUtlYoGxnqmRDYYils23Eh5QNP+Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=bp8tdaOG07JhMX2zveGEODDY/imJ4CiJrGZ6J4l7+bYHvibM6PX4+dmDBCAx04eAsE KV/buUqx8NrixH7LogUgcRX5xBVIIjYOG62u0JieKBBoXyQsRBa6xzBnTkEsuQEP691s D+R5aphY4wiKDr5E/bN9+66aNNtrFjdSDaHsA= Received: by 10.100.171.17 with SMTP id t17mr8251637ane.145.1249311544969; Mon, 03 Aug 2009 07:59:04 -0700 (PDT) Received: from ?64.89.169.254? (r169h254.dixie-net.com [64.89.169.254]) by mx.google.com with ESMTPS id c28sm246630anc.9.2009.08.03.07.58.32 (version=SSLv3 cipher=RC4-MD5); Mon, 03 Aug 2009 07:59:04 -0700 (PDT) Message-ID: <4A76FAB1.708@gmail.com> Date: Mon, 03 Aug 2009 09:56:49 -0500 From: Dale <rdalek1967@gmail.com> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.22) Gecko/20090628 SeaMonkey/1.1.17 Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: make.conf MAKEOPTS=-j2 References: <20090802092037.6b380c87@osage.osagesoftware.com> <20090802172340.09916a8b@krikkit.digimed.co.uk> <20090802133741.3094df61@osage.osagesoftware.com> <h54kr8$g40$1@ger.gmane.org> <20090803121137.GA28457@waltdnes.org> <h56rfh$tcm$1@ger.gmane.org> In-Reply-To: <h56rfh$tcm$1@ger.gmane.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: fc214bf2-78e5-4fb6-88ff-45ef91943bbe X-Archives-Hash: 56d5893b5de7256beb5654fdfb194151 Nikos Chantziaras wrote: > On 08/03/2009 03:11 PM, Walter Dnes wrote: >> On Sun, Aug 02, 2009 at 09:10:49PM +0300, Nikos Chantziaras wrote >> >>> Note that by doing so you will be using -j1 for every future version >>> of duma. That means, if the problem gets fixed, you'll still be >>> using -j1. >> >> Actually, I put -j1 into my make.conf after being bitten by -j2 a few >> times. It doesn't slow down the emerge that much, and doesn't slow down >> the compiled program at all. And the big thing is that it has probably >> saved me from wasting time trying to track down weird emerge failures. > > Well, that's you. -j2 needs only 1/2 of the time to emerge things on > this machine, and -j4 only 1/4 on a 4 core machine. > > So my advice for others is to not take Walter's advice and use -j1 > because "it doesn't slow down the emerge that much". It can slow it > down. Up to four times slower. > > > But if he has a single CPU system, it won't matter that much. I have always heard that it should be set to number of CPU's plus 1. Mine is set to 2 since I have a single CPU rig. This is one of those situations where it depends on the system you have. Dale :-) :-)