From mboxrd@z Thu Jan 1 00:00:00 1970 From: taylanbayirli@gmail.com (Taylan Ulrich =?UTF-8?Q?Bay=C4=B1rl=C4=B1/Kammer?=) Subject: bug#27284: Memory leak in 'guix pull' or 'make' in guix source Date: Sat, 23 Sep 2017 20:14:09 +0200 Message-ID: <87h8vtgu4u.fsf@gmail.com> References: <20170608083935.izw747zaetkaxv4o@abyayala> <87poamv2i7.fsf@gnu.org> <87y3paccu5.fsf@gmail.com> <878th9tx3k.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]:56820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dvokf-00028g-BA for bug-guix@gnu.org; Sat, 23 Sep 2017 14:02:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dvokc-0007Po-A7 for bug-guix@gnu.org; Sat, 23 Sep 2017 14:02:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46159) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dvokc-0007Pk-6H for bug-guix@gnu.org; Sat, 23 Sep 2017 14:02:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <878th9tx3k.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 20 Sep 2017 13:42:39 +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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 27284@debbugs.gnu.org, Maxim Cournoyer ludo@gnu.org (Ludovic Court=C3=A8s) writes: > [...] > > There=E2=80=99s also the option of not compiling (gnu packages *) and ins= tead > evaluating them, but currently this is too costly in terms of memory > and CPU. > > [...] Can't we leave this to auto-compilation during normal use of guix? Taylan