From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28784: 'guix publish' leaks memory Date: Wed, 11 Oct 2017 13:45:29 +0200 Message-ID: <8760bldi1y.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]:56760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2FSh-0003s9-Vr for bug-guix@gnu.org; Wed, 11 Oct 2017 07:46:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2FSc-0006NJ-IE for bug-guix@gnu.org; Wed, 11 Oct 2017 07:46:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52667) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e2FSc-0006NB-Dg for bug-guix@gnu.org; Wed, 11 Oct 2017 07:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e2FSc-0000nz-67 for bug-guix@gnu.org; Wed, 11 Oct 2017 07:46:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2FS8-0003ig-DN for bug-guix@gnu.org; Wed, 11 Oct 2017 07:45:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2FS7-0005xR-QM for bug-guix@gnu.org; Wed, 11 Oct 2017 07:45:32 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2FS7-0005xN-Lu for bug-guix@gnu.org; Wed, 11 Oct 2017 07:45:31 -0400 Received: from [2a01:e0a:1d:7270:6a6c:dc17:fc02:cfda] (port=57830 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1e2FS7-0005Hs-9d for bug-guix@gnu.org; Wed, 11 Oct 2017 07:45:31 -0400 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: 28784@debbugs.gnu.org On the build farms, memory usage of the =E2=80=98guix publish=E2=80=99 proc= ess increases slowly but indefinitely, it seems. This can be reproduced by starting =E2=80=98guix publish --cache /tmp/cache= -C=E2=80=99 and launching =E2=80=98guix weather=E2=80=99, which queries many narinfos, = thereby triggering the compression of many store items to /tmp/cache. Ludo=E2=80=99.