From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#19832: Deleting unused links is too slow Date: Wed, 11 Feb 2015 01:07:28 +0100 Message-ID: <20150211000728.GA22201@debian> References: <20150210192521.GA431@debian> <87fvadxv4c.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLKqc-0004vq-LO for bug-guix@gnu.org; Tue, 10 Feb 2015 19:08:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLKqY-0003ii-LE for bug-guix@gnu.org; Tue, 10 Feb 2015 19:08:06 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:48468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLKqY-0003iZ-In for bug-guix@gnu.org; Tue, 10 Feb 2015 19:08:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YLKqY-0004PB-5m for bug-guix@gnu.org; Tue, 10 Feb 2015 19:08:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87fvadxv4c.fsf@gnu.org> 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 19832@debbugs.gnu.org On Tue, Feb 10, 2015 at 11:24:51PM +0100, Ludovic Courtès wrote: > If you haven’t GC’d in a long time, it’s also likely to take longer. Maybe that was the problem. I tried again later to gc one package, and it was almost instantaneous. Which means that there might not be a problem after all. Andreas