From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 2/3] gnu: Add ledger. Date: Thu, 12 May 2016 15:03:11 -0400 Message-ID: <20160512190311.GA17352@jasmine> References: <1462646320.1130194.601019473.51C9DD36@webmail.messagingengine.com> <1462648816.1139014.601038209.3A886EEC@webmail.messagingengine.com> <20160507222330.GA16592@jasmine> <1462673448.1215366.601202601.6F8B62D7@webmail.messagingengine.com> <20160509033906.GC25977@jasmine> <8737prou9x.fsf@gnu.org> <20160509210103.GB15057@jasmine> <1463023686.3455318.605409553.05451A73@webmail.messagingengine.com> <878tzf1vxu.fsf@gmail.com> <1463070674.3638408.605951137.5C3DB897@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0vtP-0007bP-I0 for guix-devel@gnu.org; Thu, 12 May 2016 15:03:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0vtK-0004Ob-7G for guix-devel@gnu.org; Thu, 12 May 2016 15:03:26 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:41451) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0vtI-0004MI-Se for guix-devel@gnu.org; Thu, 12 May 2016 15:03:22 -0400 Content-Disposition: inline In-Reply-To: <1463070674.3638408.605951137.5C3DB897@webmail.messagingengine.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Alex Griffin Cc: guix-devel@gnu.org, Alex Kost On Thu, May 12, 2016 at 11:31:14AM -0500, Alex Griffin wrote: > On Thu, May 12, 2016, at 04:12 AM, Alex Kost wrote: > > Hello, was this package built successfully for you? I tried it but the > > build phase failed (I'm attaching the last part of the build process [1] > > just in case). I don't know, maybe I just don't have enough memory > > (3GB) to build it (I had such problems with cmake before). > > Yes, it builds fine for me. It looks like the important line in your > build log is "c++: internal compiler error: Killed (program cc1plus)", > which could be from running out of memory. Does it still happen if you > add `#:parallel-build? #f` to the build system arguments? I can build it on x86_64 with 8 GB RAM. I monitored resource usage, and saw peak usage of > 4 GB RAM. 4.16s user 0.18s system 0% cpu 7:49.75 total When #:parallel-build? was #f, I saw peaks of ~1 GB RAM. 4.08s user 0.16s system 0% cpu 15:12.48 total