help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Heap space when building SBCL packages


From: Konrad Hinsen
Subject: Re: Heap space when building SBCL packages
Date: Mon, 23 Mar 2020 20:45:09 +0100

Pierre Neidhardt <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]