From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: Heap space when building SBCL packages Date: Mon, 23 Mar 2020 20:45:09 +0100 Message-ID: References: <87sghz86cj.fsf@ambrevar.xyz> <87eetj7y7x.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48436) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGT0d-0000DW-43 for help-guix@gnu.org; Mon, 23 Mar 2020 15:45:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGT0c-0003Ie-3F for help-guix@gnu.org; Mon, 23 Mar 2020 15:45:15 -0400 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:48057) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jGT0b-0003I6-RS for help-guix@gnu.org; Mon, 23 Mar 2020 15:45:14 -0400 In-Reply-To: <87eetj7y7x.fsf@ambrevar.xyz> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt , help-guix@gnu.org Pierre Neidhardt writes: > You could also try playing with the > `--dynamic-space-size` command line flag, e.g. > > sbcl --dynamic-space-size 2048 ... That was a good idea. It turns out that 1024 is just a bit too low to do program-op, though load-system works. With 1280 I can do program-op on numcl. So it looks like SBCL 2.0.2 just needs a bit of extra memory compared to older versions. Guillaume's suggestion of increasing the limit should thus be sufficient. Cheers, Konrad.