From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJxcA-00012V-IE for guix-patches@gnu.org; Wed, 29 Nov 2017 03:21:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJxc6-0004kA-IV for guix-patches@gnu.org; Wed, 29 Nov 2017 03:21:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:55194) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eJxc6-0004jx-CD for guix-patches@gnu.org; Wed, 29 Nov 2017 03:21:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eJxc6-0005ql-3R for guix-patches@gnu.org; Wed, 29 Nov 2017 03:21:02 -0500 Subject: [bug#29392] [PATCH 00/11] Add scons build system Resent-Message-ID: From: Arun Isaac In-Reply-To: <20171128213828.GB16214@jasmine.lan> References: <20171128170651.6136-1-arunisaac@systemreboot.net> <20171128213828.GB16214@jasmine.lan> Date: Wed, 29 Nov 2017 13:49:56 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari Cc: 29392@debbugs.gnu.org Leo Famulari writes: >> For mongodb, I have passed "-g0" to scons using "CXXFLAGS=-g0". Now, the build >> seems to progress farther, but I still run out of memory. Could you test the >> package on your machine? > > I let the build directory grow to 22 GiB before cancelling the build > (it's using lots of storage, but not much RAM). It worked previously, > both before I tested your scons-build-system and using the previous > revision of these patches. So, I think it doesn't matter whether or not > we pass -g0. So, do I push with the "-g0" flag or without?