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 ) id 1RVB2O-0000RK-Q3 for garchives@archives.gentoo.org; Mon, 28 Nov 2011 23:55:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3ADD521C0F2; Mon, 28 Nov 2011 23:54:50 +0000 (UTC) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 3A8D821C037 for ; Mon, 28 Nov 2011 23:53:29 +0000 (UTC) Received: by bkaq10 with SMTP id q10so10895556bka.40 for ; Mon, 28 Nov 2011 15:53:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=eNKPyMM/HVVDHJNtv0sQXuFhO/gLu0lmu3JTydi6kS4=; b=ukcqN3ABnUJMb5bp0Ff1mkHv7j2cdEMjPuX/UEp04QyNfWcaXDZSsvIDoVcElbU5Tb npM7dIo3jM5qyL408C8fD1kfB2E3rcUhzhHiAoQbq2r+82Phyqc1VDDEl+ar7TvmUrJp cFT8n38HkamZsSmYNaRiO6YJefI1o56hWXxXg= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.205.81.141 with SMTP id zy13mr47124838bkb.50.1322524409329; Mon, 28 Nov 2011 15:53:29 -0800 (PST) Received: by 10.204.14.7 with HTTP; Mon, 28 Nov 2011 15:53:29 -0800 (PST) In-Reply-To: References: Date: Mon, 28 Nov 2011 18:53:29 -0500 Message-ID: Subject: Re: [gentoo-user] emerge -j, make -j and make -l From: Michael Mol To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: b072bd70-2156-4688-ae13-aa6a7431a2f4 X-Archives-Hash: 1fcc6b70ccff42e5676eeea1ab45a8c0 On Mon, Nov 28, 2011 at 1:51 PM, Michael Mol wrote: > I'm currently timing > > MAKEOPTS=3D"-j16 -l13" > EMERGE_DEFAULT_OPTS=3D"--jobs --load-average=3D13" > > with 493 packages (base plus X plus XFCE and chromium, and, of course, > USE flags), but I'll start another timed run with > > MAKEOPTS=3D"-j16 -l8" > EMERGE_DEFAULT_OPTS=3D"--jobs --load-average=3D8" > > once that's finished. Last night, I tried with -j16 -l10, and that > completed in 209 minutes, but that was still with the > PORTAGE_DEFAULT_OPTS typo, so that datapoint is mostly useless. This > one has already taken about 240 minutes. At least it's finished > building Chromium, now; I hope it doesn't still need to build gcc. > It's at 488/493. > > (insert) Just finished: > > real =C2=A0 =C2=A0208m23.880s > user =C2=A0 =C2=A0604m27.065s > sys =C2=A0 =C2=A0 152m22.848s > > Apparently, I misremembered when I started it. > (/insert) > MAKEOPTS=3D"-j16 -l8" EMERGE_DEFAULT_OPTS=3D"--jobs --load-average=3D8" finished at real 217m46.366s user 588m22.397s sys 149m15.283s I'll probably set it to -l10 and leave it there; I need to start using this box for things. --=20 :wq