From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: guix pull fails on powerful server Date: Sat, 07 Oct 2017 17:11:42 +0200 Message-ID: <87po9zj8lt.fsf@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]:51232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0qlb-000351-R5 for help-guix@gnu.org; Sat, 07 Oct 2017 11:11:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0qlb-0000ju-1S for help-guix@gnu.org; Sat, 07 Oct 2017 11:11:51 -0400 In-Reply-To: <87shf44ny0.fsf@elephly.net> (Ricardo Wurmus's message of "Sat, 30 Sep 2017 09:59:03 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-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.