[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.
- Heap space when building SBCL packages, Konrad Hinsen, 2020/03/23
- Re: Heap space when building SBCL packages, Pierre Neidhardt, 2020/03/23
- Re: Heap space when building SBCL packages, Guillaume Le Vaillant, 2020/03/23
- Re: Heap space when building SBCL packages, Konrad Hinsen, 2020/03/23
- Re: Heap space when building SBCL packages, Pierre Neidhardt, 2020/03/23
- Re: Heap space when building SBCL packages,
Konrad Hinsen <=
- Re: Heap space when building SBCL packages, Pierre Neidhardt, 2020/03/23
- Re: Heap space when building SBCL packages, Konrad Hinsen, 2020/03/24
- Re: Heap space when building SBCL packages, Guillaume Le Vaillant, 2020/03/24
- Re: Heap space when building SBCL packages, Pierre Neidhardt, 2020/03/24
- Re: Heap space when building SBCL packages, Konrad Hinsen, 2020/03/24