From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27476: guix pull fails on powerful server Date: Sat, 07 Oct 2017 17:11:42 +0200 Message-ID: <87po9zj8lt.fsf__37888.926981441$1507389132$gmane$org@gnu.org> References: <87h8vvp1q7.fsf@elephly.net> <87377esu1a.fsf@gnu.org> <87k20nz18u.fsf@igalia.com> <87a81jj5gg.fsf@gnu.org> <87bmlyzxj7.fsf@elephly.net> <87shf44ny0.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0qln-0003Bg-CH for bug-guix@gnu.org; Sat, 07 Oct 2017 11:12:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0qlm-0000pA-JN for bug-guix@gnu.org; Sat, 07 Oct 2017 11:12:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46167) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e0qlm-0000ok-DN for bug-guix@gnu.org; Sat, 07 Oct 2017 11:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e0qlm-00036q-7R for bug-guix@gnu.org; Sat, 07 Oct 2017 11:12:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87shf44ny0.fsf@elephly.net> (Ricardo Wurmus's message of "Sat, 30 Sep 2017 09:59:03 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ricardo Wurmus Cc: Andy Wingo , help-guix@gnu.org, 27476@debbugs.gnu.org Ricardo Wurmus skribis: > I=E2=80=99ve tried =E2=80=9Cguix pull=E2=80=9D on the same server again, = this time limiting CPUs > with =E2=80=9Ctaskset -c 0 guix pull=E2=80=9D: As a stopgap, commit aba219af0fed6a349af930f19c913fb87e6a69dd ensures that =E2=80=98--cores=E2=80=99 is honored. So if you run =E2=80=9Cguix pul= l --cores=3D1=E2=80=9D, it will build things sequentially. Now, to take advantage of that, you first need to update to the current Guix=E2=80=A6 Ludo=E2=80=99.