From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27284: Memory leak in 'guix pull' or 'make' in guix source Date: Sun, 24 Sep 2017 21:44:05 +0200 Message-ID: <874lrr51bu.fsf@gnu.org> References: <20170608083935.izw747zaetkaxv4o@abyayala> <87poamv2i7.fsf@gnu.org> <87y3paccu5.fsf@gmail.com> <878th9tx3k.fsf@gnu.org> <87h8vtgu4u.fsf@gmail.com> 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]:50334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dwCpr-0004V6-5B for bug-guix@gnu.org; Sun, 24 Sep 2017 15:45:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dwCpq-0006hT-BA for bug-guix@gnu.org; Sun, 24 Sep 2017 15:45:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47833) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dwCpq-0006hF-7f for bug-guix@gnu.org; Sun, 24 Sep 2017 15:45:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87h8vtgu4u.fsf@gmail.com> ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Ba\?\= \=\?utf-8\?Q\?y\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Sat, 23 Sep 2017 20:14:09 +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: "Taylan Ulrich \"=?UTF-8?Q?Bay=C4=B1rl=C4=B1/Kammer?=\"" Cc: 27284@debbugs.gnu.org, Maxim Cournoyer taylanbayirli@gmail.com (Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer") skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> [...] >> >> There=E2=80=99s also the option of not compiling (gnu packages *) and in= stead >> 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? We=E2=80=99d have the same problem, only at a different point in time (it m= ight even be worse because auto-compilation would use -O2 instead of -O0.) Ludo=E2=80=99.