From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#32600: =?UTF-8?Q?=E2=80=98guix?= system =?UTF-8?Q?vm-image=E2=80=99?= spends a very long time =?UTF-8?Q?=E2=80=9Cregistering_?= =?UTF-8?Q?closures=E2=80=9D?= Date: Sun, 23 Sep 2018 23:38:03 +0200 Message-ID: <87mus7rj2c.fsf@gnu.org> References: <87wos6q27c.fsf@gnu.org> 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]:46472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4C5n-0001rH-Oa for bug-guix@gnu.org; Sun, 23 Sep 2018 17:39:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4C5n-0007k3-4s for bug-guix@gnu.org; Sun, 23 Sep 2018 17:39:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46918) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g4C5m-0007jv-WF for bug-guix@gnu.org; Sun, 23 Sep 2018 17:39:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g4C5m-0000VH-Tt for bug-guix@gnu.org; Sun, 23 Sep 2018 17:39:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87wos6q27c.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 31 Aug 2018 12:07:19 +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: 32600-done@debbugs.gnu.org Hello, ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > A couple of days ago, Leo reported that =E2=80=98guix system vm-image=E2= =80=99 spends a > very long time in the =E2=80=9Cregistering closures=E2=80=9D phase: > Created a bare-bones VM takes ~90 minutes for me recently As of commit fce225471128c4a5246342b3aa1b7e53a8066211, =E2=80=98guix system vm-image bare-bones.tmpl=E2=80=99 runs in ~2m42s on my SSD-based laptop. T= he key commits here are fce225471128c4a5246342b3aa1b7e53a8066211 and bb3b6ccb05550fbfbeb459c68819a752327d6e1e. Regarding deduplication (commit b5460d95e970608bee7a794590be1b051b57d3a3), I found that it doesn=E2=80=99t change the image size of bare-bones.tmpl (1.2G), but enabling it makes things slower, ~6m. Lemme know how it goes for you! Thanks, Ludo=E2=80=99.